I have a Google AdSense element on my wordpress but as default it is left aligned. How can I make it center align on the horisontal axis?
The code I have tried is:
<div style="margin:auto">
//AdSende Script
</div>
BR
|
|
Add adsense code under center tag..or in table
or add table
|
|||
|
|
|
What if you try something like the following:
And in your CSS:
|
|||||
|
|
If you're using Internet Explorer make sure your DOCTYPE is set correctly or it'll enter quirksmode and break |
|||
|
|