View Single Post
Old 2005-12-03, 02:18 PM   #15
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
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
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote