elysia
12-29-2004, 04:43 PM
I am trying to set up an external style sheet but it's not working out. Theres probably a simple error with this, so hopefully someone can look at it and tell me what I'm doing wrong.
So, this is on my SS.css page:
body {
background:#808000;
padding:0;
font-family: Tahoma, Verdana, Helvetica, Arial,sans-serif;
font-size:10;
}
and this on a regular .html page
<LINK REL="ss" TYPE="text/css"
HREF="http://www.irishelysia.net/SS.css">
What am I missing or doing stupidly?
So, this is on my SS.css page:
body {
background:#808000;
padding:0;
font-family: Tahoma, Verdana, Helvetica, Arial,sans-serif;
font-size:10;
}
and this on a regular .html page
<LINK REL="ss" TYPE="text/css"
HREF="http://www.irishelysia.net/SS.css">
What am I missing or doing stupidly?