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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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