How to cover a banner on a free hosting package

Status
Not open for further replies.
<script language="Javascript">
<!--
function cover(){
document.write("<center>Welcome to my Bannerless site!</center>");
}
setTimeout('cover()',3000);
//-->
</script>


Set the time out to 1 for instant coverage. Banner will still be covered during refresh
 
So you put the html for the whole site in there?

Or just what you want to cover the banner?
 
Use the HTML encryptor in Dave's Javascript bit on Matrix28.com (http://matrix28.com/scripts/encrpt.html)
The put that code, where instructed, in this code and make this the HTML of you're file:

Code:<html>
<head>
<script>
function load(){
document.write(unescape("----Your sites compressed HTML here----"));}
</script>
</head>
<body onload="load()">
</body>
</html>
 
tut tut tut, 50megs will now go bust and soon will be 50gigs, owned by imperial Enterprises of course
 
Status
Not open for further replies.
Back
Top Bottom