General Community > Scripting Help
Centering Ads
(1/1)
oOTrentOo:
Is there any way I can center the google ad on my forum?
Here's what it looks like right now:
Mick.:
--- Code: ---<div align="center">entire google code goes here</div>
--- End code ---
;)
NBK*Twitch:
--- Quote from: Mick G. on June 21, 2012, 04:53:25 PM ---
--- Code: ---<div align="center">entire google code goes here<>
--- End code ---
;)
--- End quote ---
That is invalid html aswell ;) .
You should instead try this -
--- Code: ---<div style="text-align: center; margin: auto auto;"> Google Code Here </ div>
--- End code ---
oOTrentOo:
Actually, that also centered all of my text. :/
NBK*Twitch:
--- Quote from: oOTrentOo on June 21, 2012, 10:06:29 PM ---Actually, that also centered all of my text. :/
--- End quote ---
Whoops I missed the </ div>
I have edited the above post. Just be sure there isn't a space inbetween the / and div.
Navigation
[0] Message Index
Go to full version