|
2 Responses to “How Do I Center The Google Adsense Script With Css?”
Leave a Reply
|
|
|
2 Responses to “How Do I Center The Google Adsense Script With Css?”
Leave a Reply
|
Powered by Yahoo! Answers
Powered by WP Robot
Powered by Yahoo! Answers
Powered by WP Robot
November 29th, 2009 at 11:08 pm
Actually margin:0 auto works in all browsers except Internet Explorer. For Internet Explorer you need text-align:center; Do it this way.
#container {
text-align:center;
margin:0 auto;
}
November 30th, 2009 at 1:08 am
#container {
margin: 0 auto;
width: xxxpx;
}
make sure to insert it in div tag ur adsense