How to remove advertising on free hosting

If the advertisement is written down at the bottom of the page code, we put:
<noscript><noscript>
<plaintext><plaintext>


Narod.ru:

Create a small image cb.gif and paste the code into the page:
<img src="cb.gif" Name="b" border=0>

Or add the following lines to the CSS:
#bn {display:none!important;}
#bt {display:none!important;}


Jino-net.ru:

1) We paste before the </ Body> tag the <! - <Body>
2) or so <noscript> <Body> </ Body> </ noscript>

Holm.ru

To move the banner down the page, you can write the code below:
<Body> <! - in this gap is located the script with the banner-> </ body> <html>

Ucoz.ru:

<script> var div = document.getElementsByTagName('div')[0]; div.style.display='none'; </script>

Tu1.ru:

<style type="text/css"> .casix5x {display:none;} </style>