Quote:
Originally Posted by oast
As your banner cell is right aligned, the position of the banner will stay the same. If all banners are 468 pixels wide you can use a div to center the text above it:
Code:
<div style="width:468px;text-align:center;">
Your text centered under/over banner
</div>
So the code for the banner cell on your page(s) will be
Code:
<td width="59%" align="right" valign="top" bgcolor="#ffffff" class="topheader">
<div style="width:468px;text-align:center;color:#ff0000;font-size:10px">
BUY YOUR FAVORITE HOST A GIFT HERE!!
</div>
<script src="bannerdisplay/showbanner.php?catid="></script>
</td>
Hope that helps
Steve
|
First code worked just fine, thanks so much. I was dreading this today as I ended up getting side tracked and figured I would not get to this till later tonight. I can't say thanks enough..
