Need Help- Align/center google ad

Gantz

New Member
Hello, I'm trying to center my google ad, right now its position to left.

this is the code I used, could someone modify it so that the ad shows up as centered?

Code:
<br />
<if condition="THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'editpost'">
<!-- Google AdSense -->
YOUR_ADSENSE_CODE_HERE
<!-- Google AdSense -->
</if>
<br />

I've tried doing it myself but I always end up breaking the code.
 
<center>
<br />
<if condition="THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'editpost'">
<!-- Google AdSense -->
YOUR_ADSENSE_CODE_HERE
<!-- Google AdSense -->
</if>
<br />
</center>

Maybe this can help?
 
Back
Top