Maninwhite
Registered Member
- Jul 27, 2010
- 68
- 11
Hello
I'm not sure where to put this thread, so if this thread was post in wrong place
sorry.
About go daddy,well nobody want to use it, but if u do because of their
cheap domain (i use one of them), then u probaly use the free hosting service, and it suck. They pop up banner, break down your wordpress site.
I just found a way to block the ads banner on free hosting (credit go to digg)
use this code, put it in your header section of your index.html or index.php
or the page that it will load your website
then u will block that ads.
Hope it help some one
Best.
I'm not sure where to put this thread, so if this thread was post in wrong place
sorry.
About go daddy,well nobody want to use it, but if u do because of their
cheap domain (i use one of them), then u probaly use the free hosting service, and it suck. They pop up banner, break down your wordpress site.
I just found a way to block the ads banner on free hosting (credit go to digg)
use this code, put it in your header section of your index.html or index.php
or the page that it will load your website
Code:
<style>
#conash3D0
{
display:none;
}
</style>
then u will block that ads.
Hope it help some one
Best.