|
solutions - angelfire summary:
URL: www.angelfire.com
Space: 5 Mb
What the Solution does: Totally eliminates the pop-up
Description: The Angelfire server has been designed to put pop-ups after the first show of <BODY>. So, the
pop-up code is then in the <noscript> tags, so that the JavaScript browsers ignore it, and the ones that can't
understand JavaScript can't run the code anyway. solution:
Until recently, if your web site was
less than 200kb, you could have ad free hosting without breaking the
TOS. But, things have changed at AngelFire. So, here's the solution to
kill the ads.
Key
To Colour Coding System Can Be Found Here
<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<noembed><xmp>
<body>
</xmp></noembed>
<body bgcolor="blue">
|