Ok, a couple things:
Quote:
*** Header : 2 edits
1= at the end add : $ad_headerEnd
2= before :
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
Add :
<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
|
1 is fine. 2... ??? can't find a shred of that in either of my header templates, so I have no idea where to put the additional code.
Also:
Quote:
*** FORUMHOME 2 edits :
1 = Below
$navbar
Add
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
$ad_leftcolumn_code
|
Doing this in one of my styles throws the header, navbar and shoutbox completely out of whack, stretching them over to the extreme right of my page. Seems ok in the other style, but I haven't tested with any code yet.
Any suggestions?