PDA


View Full Version : Banner appears centered in IE but not FF


krazy
11-09-2005, 06:53 PM
On my portal page my adsense banner appears centered when viewing with Internet Explorer, but when using Firefox the banner is all the way on the left side of the page. Can someone tell me how I can fix this? I'm using vbulletin 3.0.8.

Here is the code I used

The website is here (http://www.btnhboard.com)


</if>
<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-0000000000000000";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="0000000000";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0B2943";
google_color_url = "0B2943";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
</br>


I've asked this on vbulletin and through vbulletin support and even emailed the creator of my theme as vbulletin support suggested, but none have helped. Thanks.

Brian
11-10-2005, 12:55 PM
You can't put code like that between an ending </td> cell and a beginning <td> cell. Remove it from there and place it above the main table in the adv_portal template and that should fix the problem.

krazy
11-10-2005, 08:27 PM
Worked, thanks!