PDA

View Full Version : (FIXED) Fluid Banner Help



DJ29Joesph
Fri 20th Mar '09, 7:53pm
I am working on changing my site's banner and I just need help with the layout. I have a fluid style website and I have a image for the center, I also have an image for the right and left after the center image that repeats. My question is what should I use as code so I can define the center image to be in the center and have a repeating image for the left and right of the center image? Thanks

Nevermind I figured it out...and for people that want to know...



<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" >
<tr>
<td height="140" width="50%" style="background-image: url(http://www.your-site.com/...../Misc/banner_left.jpg);" align="left"></td>
<td width="746" height="140" align="center" valign="top" nowrap="nowrap"> <img src="http://www.your-site.com/...../Misc/banner_center.jpg" width="746" height="140" alt="" border="0" /></a></td>
<td height="140" width="50%" style="background-image: url(http://www.your-site.com/...../Misc/banner_right.jpg);" align="right"></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]