adsense banner in homepage in IE browser wont center adsense banner in homepage in IE browser wont center
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

adsense banner in homepage in IE browser wont center

Started by pdiddy8117, February 04, 2007, 12:27:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pdiddy8117

I tried putting the code <center>before the google javascript but it still stays to the left in the IE browser it  is centered in my opera browser so i dont know whats going on.

Nibbler

Post more information if you want a useful answer. Try wrapping the ad in a div and then aligning that to the centre.


<div align="center">
ad here
</div>

pdiddy8117