Page wont load in Netscape but OK in IE

windows

Guest
Hi all<br />
<br />
Could anyone help me to explain why my page won't load in Netscape but is fine in IE.<br />
<br />
It says the requested URL was not found and changes the URL address in my window to:<br />
<br />
<!-- w --><a class="postlink" href="http://www.mysite.com/styles.css">www.mysite.com/styles.css</a><!-- w --><br />
<br />
I have detailed the header of my site, I can only imagine it's something to do with the style.css bit.<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<html><br />
<head><br />
<title>My site header</title><br />
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"><br />
<meta name="ProgId" content="FrontPage.Editor.Document"><br />
<meta name="keywords" content="my content"><br />
<meta name="description" content="my description"><br />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br />
<link rel="stylesheet" href=http://www.htmlforums.com/archive/index.php/"styles.css" type="text/css"><br />
<base target="mainFrame"><br />
<script language="JavaScript"><br />
<br />
<br />
Any help ould be greatly appreciated.<br />
<br />
Regards<br />
<br />
Mark.<!--content-->because netscape can't find the .css file. you have to put the whole path in there or the url.<!--content-->Cheers buddy, that sorted that out, just the rest to sort out now.<br />
cya<!--content-->
 
Back
Top