|
solutions - netscape
sitecentral summary:
URL: sitecentral.netscape.com
Space: 12 Mb
What the Solution does: Totally eliminates the NetscapeBar.
Description: After the first show of <BODY>, the Netscape
SiteCentral server will insert the code for a link back to their home
page. So, by putting a fake one between the <!--- COMMENT --->
tags, it tricks the server into putting the code after the first
<body>, and then you've got no annoying Netscape Banner. solution:
Use the code below to kill that
annoying ad for Netscape at the top of your site. Key
To Colour Coding System Can Be Found Here <html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<!---
<body>
--->
<body bgcolor="white">
|