I don't know if this will help you, but this is what I did. forum.autocareforum.com
Now the funny thing is that the same code is used in the footer, and works correct.
Someplace I read that you make a table with 3 colums in it, placing a background & images in each, but in the middle one, just put in the background, a 1px image, and say repeat. It will fill up the column to adjust to the size of the browser screen.
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="95%" align="center" background="/images/blue_black-10x120.jpg">
<tr>
<td align="left"><img src="images/transparent.gif" width="1" height="1" /><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" border="0" >
<iframe width="620" height="100" frameborder="0" scrolling="no" target="_top" align="right" src="http://www.autocareforum.com/cgi-bin/banner_grp?214,130" />
</iframe>
</td>
</tr>
</table>
|