akosz
02-02-2004, 05:21 PM
my stles are working in netscape when i embed them in the html file, but when i try and link to a stylesheet it doesn't render properly.
my style sheet is called test.css and contains only:
<!-- BODY TAGS -->
body { font-family: sans-serif;
font-size: 10px;
color: #000000;
text-align: center }
<!-- LINK TAGS -->
a { color: #0000FF; text-decoration: none }
a:hover { text-decoration: underline }
my page is called test.html and contains:
<html>
<head>
<title>Untitled</title>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="test.css">
</head>
<body>
this is some test text<BR><BR><BR><BR>
<A href="http://www.yahoo.com">this is a test link</A><BR>
</body>
</html>
what gives?
*akosz*
my style sheet is called test.css and contains only:
<!-- BODY TAGS -->
body { font-family: sans-serif;
font-size: 10px;
color: #000000;
text-align: center }
<!-- LINK TAGS -->
a { color: #0000FF; text-decoration: none }
a:hover { text-decoration: underline }
my page is called test.html and contains:
<html>
<head>
<title>Untitled</title>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="test.css">
</head>
<body>
this is some test text<BR><BR><BR><BR>
<A href="http://www.yahoo.com">this is a test link</A><BR>
</body>
</html>
what gives?
*akosz*