Can Anyone Help Me Code?

ChopSuey

New Member
Umm The Header Template For Tech Forum

Skin, I Try Adding My Banner, It Wont Let Me.

Can Anyone Recode It For Me? Thanks.
 
Umm The Header Template For Tech Forum

Skin, I Try Adding My Banner, It Wont Let Me.

Can Anyone Recode It For Me? Thanks.
 
What do you mean ? "It won't let you?" Rename the logo.png in /images/misc, make sure your image is the same dimensions and rename it to logo.png. You don't have to touch any code. It should just work.
 
What do you mean ? "It won't let you?" Rename the logo.png in /images/misc, make sure your image is the same dimensions and rename it to logo.png. You don't have to touch any code. It should just work.
 
The logo image lays on top of the background so it might be okay if its bigger. If its not, you will have to recode the header block to make it work but I think it may be okay. Try it, only takes a minute to test it.
 
Im Pretty Sure I Did That.
I Cant Recode It, I Know How
To Code, Just Cant Do It Right.
Heres The Template:
PHP:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="$stylevar[align=left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="[color=Red]I Put My Image Here, Still Dont Work[/color]" border="0" alt="$vboptions[bbtitle]" /></a></td>
	<td align="$stylevar[align=right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

Read The Red
 
You are probably going to have to get rid of the table and use <div> statements to make it work. Can you post or send me the image you are trying to place? All you have to do is remove the <td> block that has the logo in it. Add a <div> block right after the table and use relative positioning and padding to place your image on top of blank header. Pretty sure that will work for you.
 
Okay Here It Is....

 
Sorry For Wasting Your Time, But My Other Admin IS Making

A Small Logo, THe Same Size As The Tech One. Thanks For Your Support!
 
Back
Top