Need help centering adsense code
-
My site is detroitghetto dot com, and I’m trying to center some adsense codes in a text widget area. The theme is on the Genesis framework and is the Midnight child theme. I’m trying to center the 250×250 square ad below the photo gallery, and the 728×90 banner at the bottom. I’ve tried several different methods already, none of which have worked. I’ve searched here and on goggle and have tried what others have already suggested for centering adsense codes within a widget. I’ve tried the following:
<center>adsense code</center>
<div align=”center”>adsense code</div>
<span style=”text-align:center;”><table border=0
align=”center”><tr><td><table align=”center” border=0
cellpadding=”1″><tr><td>adsense code</td></tr></table></
td></tr></table></span>I”ve tried adding this code to the bottom of my css file:
#googleAd { text-align: center; }
Any suggestions?
- The topic ‘Need help centering adsense code’ is closed to new replies.