
March 18th, 2002, 03:29 PM
|
|
Junior Member
|
|
Join Date: Mar 2002
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
css frustration
hey-
I'm trying to use style sheets on a promotional page of my band's website. I've been using stylesheets forever, so it's not that I'm unfamiliar, just thought i'm running into two problems. One is text sizing. I used the 'font-style:10pt' command to get my text formatted to that particular size, however it won't work. Here's the actual style sheet:
body {background-color:#000000; color:#ffffff; font-family:Verdana,arial; font-size:5pt;}
a:link {color:Blue; text-decoration:none;}
a.hov1:hover {color:#ff6600; text-decoration:none;}
a:visited {color:Maroon; text-decoration:none;}
everything else except for the font-size command is working. am i doing something wrong?
the other problem i was having is with external linking. i just couldn't get it to work at all. I tried using relative and remote paths, changing the location of the .css file, nothing was working. I was using: [link rel="stylesheet" href="http://www.fplg.net/lib/page_temp.css" type="text/css"] ..is that wrong? the external one also contains the same style info as the one posted above.
the link to the page: URL
|