I’ve got the Google Adsense script defined within a set of

tags. There’s

; how would I glue it to the bottom of the browser and center it with CSS?

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
  • MySpace
Tags: , , , ,

2 Responses to “How Do I Center The Google Adsense Script With Css?”
  1. dwightl. says:

    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;
    }

  2. robnrayn says:

    #container {
    margin: 0 auto;
    width: xxxpx;
    }
    make sure to insert it in div tag ur adsense

Leave a Reply

Security Code:

Powered by Yahoo! Answers

Powered by WP Robot

Powered by Yahoo! Answers

Powered by WP Robot