stop free web sites from sticking adds on your site by placing this script in your <head>:
<style><!--iframe{display:none;}--></style>
Perhaps the greatest thing I just figured out one day, it seems so simple now, and shows how useful knowing Cascading Style Sheets is.
And if you link to a CSS file like this site does you can just put
iframe{display:none;}
in your .css file and as such the server will have more trouble detecting it.
Like wise you can remove the login stuff that is at the bottom of some sites by adding <div style="display:none;"> after your closing HTML tag
The bad news is that if you use iFrames, like this page does, first off you can't use this script.
Also, as always, Netscape 4- won't work with the page in first place.
|
|