Monday, December 7, 2009

Removing Annoying Godaddy Free Hosting Banner Ads


So you purchased a domain name from Godaddy and received a free hosting account with your domain name purchase. Little did know know, after uploading your website and viewing it for the first time that there was a catch to "free hosting account"... GODADDY BANNER ADS at the top of every page in your website. So much for having a nice website with a huge banner ad across every page of your site, right? Wrong. You can easily remove annoying Godaddy banner ads easily.


Removing Godaddy banner ads from your website pages is as easy as adding a few lines of code to your web page. Just insert the following code into the <head> section of your web pages you want to remove Godaddy banner ads from, and you're all set. No more annoying Godaddy banner ads for you:


HostMantis - Host Unlimited Domains - Only $2.49 a month!


<style>
#conash3D0
{
display:none;
}
</style>

6 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. great code, thanks, but go daddy adds still break through when the page is refreshed and mess up the website, is there a code for that? It seems to be bleeding through at the body

    ReplyDelete
  3. cool

    for php scripts, include the same code within head tags as well.

    ReplyDelete
  4. Thank you so much. On my site, the banner only comes up whenever the page is refreshed after posting a comment on the Shoutbox Widget in the Home page, and now it seems to be working.

    ReplyDelete
  5. never worked! please specify where to place the code!! :(

    my website is www.thestraightmusic.com

    ReplyDelete