don
11-13-2002, 06:36 PM
Granted I'm somewhat new at this, but this is wacky. I'm linking to an external CSS file in my documents. I cannot get them to work when I browse the HTML files from Windows Explorer.
They all display fine in DreamWeaver and they display fine when I view them in a browser launched from DreamWeaver. But when I click on a hyperlink from that browser they don't work, even if the hyperlink is to the same page that I'm on!
The file is in the same directory as the HTML docs referencing it. Here is how I'm linking it:
<head>
<title>DoD Mentor-Protégé Conference 2003</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="Main.css" type="text/css" />
</head>
They all display fine in DreamWeaver and they display fine when I view them in a browser launched from DreamWeaver. But when I click on a hyperlink from that browser they don't work, even if the hyperlink is to the same page that I'm on!
The file is in the same directory as the HTML docs referencing it. Here is how I'm linking it:
<head>
<title>DoD Mentor-Protégé Conference 2003</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="Main.css" type="text/css" />
</head>