View Single Post
Old 2005-12-03, 02:41 PM   #1
juggernaut
Registered User
 
juggernaut's Avatar
 
Join Date: Apr 2005
Location: Central Jersey! If I was rich and powerful I would dress as my avatar does.
Posts: 1,448
Send a message via Yahoo to juggernaut
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..
juggernaut is offline   Reply With Quote