The_System_Programmer

Joined : 05 Mar 2008 Posts : 4 Location : USA
| Subject: Freeweb.com Help-How to get rid of those ugly ads Sun Mar 09, 2008 10:26 pm | |
| Hey everybody System_Programmer here. In this post I will tell you how to get rid of those anoying ads at the top of you freewebs.com site without upgrading. steps: 1. First of all you need to go to you CSS Template Editor.
2. Scroll down a little (It not to far down since its at the top of the screen) and find the part that says: /* * This can be used to decorate around any advertisements that appear on the page (non-premium users only) * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement */ .fw-advertisement, #fw-advertisement { margin:0 auto; padding-bottom: 0px; width:10px; text-align: left; } Mine looks a little different because i did more changes but basicaly look for the part that in between the /* and the */
3. a. copy and pase this in its place: /* * This can be used to decorate around any advertisements that appear on the page (non-premium users only) * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement */ .fw-advertisement, #fw-advertisement { margin:0 auto; padding-bottom: 0px; width:10px; text-align: left; overflow:hidden; display:none; } If you noticed I added to more commands to this section the 'overflow:hidden;' and the 'display:none;' these both help to hide the ads so there not really gone but instead hiden.
b.copy and pase this in its place: /* * This can be used to decorate around any advertisements that appear on the page (non-premium users only) * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement */ .fw-advertisement, #fw-advertisement { margin:0 auto; padding-bottom: 0px; width:10px; hight:10px; text-align: left; overflow:hidden; } If you noticed I added to more commands to this section the 'overflow:hidden;' and the 'hight:10px;' these both help to minimize the ads so there not really gone but instead small. With this way you do not go against the warning before this section but still minimize the ad.
Have fun now with you now ad free, free website. -The_System_Programmer  |
|
Airkraft-NXT Admin

Joined : 24 Dec 2007 Posts : 22 Location : Northampton
| Subject: Re: Freeweb.com Help-How to get rid of those ugly ads Mon Mar 10, 2008 7:45 am | |
| Hehe thanks a lot that is realy helpfull! For My Website i have just created HTML pages in Dreamweaver and uploaded them to the site. But sometimes It goes back to The CSS template, and i get those ANNOYING ADDS appearing there. Thanks again, i will go and edit the script now
Air
P.s. Could you possibly Post this to http://teamnxt.org/Forum/index.php Thanks |
|
The_System_Programmer

Joined : 05 Mar 2008 Posts : 4 Location : USA
| Subject: Re: Freeweb.com Help-How to get rid of those ugly ads Sat May 10, 2008 4:03 am | |
| Airkraft i tried to post them on their website but they took the post down. _________________ -The_System_Programmer (AKA Caboose) |
|
mike1
Joined : 25 Jul 2008 Posts : 2 Location : Eastern US
| Subject: Re: Freeweb.com Help-How to get rid of those ugly ads Sat Jul 26, 2008 8:10 am | |
| | What is the legal amount of pixels for the ad? Could I just use option A and not replace it with option B? |
|