View Single Post
  #1  
Old 05-25-2008, 01:43 AM
TheAllusionist TheAllusionist is offline
Junior Member
 
Join Date: Jun 2006
Posts: 6
Geek Advertising Banner License Holder 
Default How do I Center and Place on FORUMHOME

There is probably a much better way to do this, what I am trying to do is place GAB banners centered under Navbar (actually under gallery block) on my forum home. I can do this but I can either get it centered in Firefox and not in IE or centered in IE and not Firefox. It would be nice to have it centered in both.

Centered in IE:

<!-- START OF SPONSOR BANNER TABLE -->
<table width="100%" align="center">
<tr>
<td>$GAB_ads[1]</td>
</tr>
</table>
<!-- END OF SPONSOR BANNER TABLE -->


Centered in Firefox:

<!-- START OF GAB BANNER TABLE -->
<center>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<center>
$GAB_ads[1]
</center>
</tr>
</center>
<!-- END OF GAB BANNER TABLE -->

I am wondering of any of you with more knowledge may have a centering syntax that works in both?

I may as well ask another question while I am at it. In Photopost vBgallery the header banner shows on the gallery index page but not in the individual gallery catagory pages, any ideas on that?
Reply With Quote