View Full Version : is there something i'm doing wrong...?


cherrycandle
04-06-2004, 07:51 AM
Can someone please help me?? I have tried to figure it out on my own. I can't figure out why it won't work.
<STYLE TYPE="text/css">
<!--
BODY {background: #CC99CC}
A:link {color: #00FFFF}
A:visted {color: #339933}
H1 {font-size: 20pt; font-family: verdana}
H2 {font-size: 18pt; font-family: tahoma}
-->
I went to HTML GOODIES (http://www.htmlgoodies.com) and it told me to put this --><LINK REL=stylesheet HREF="http://www.your.page/fred.css" TYPE="text/css"> <-- in my document to access my style sheet (see above) and it didn't work. Maybe I set it up wrong to begin with... ?

LuvinVanessa4
04-06-2004, 08:08 AM
Well I noticed one thing wrong, but I'm not sure if it would effect it working, but you spelt visited wrong you had it written as visted.

cherrycandle
04-06-2004, 08:11 AM
i hadnt even really paid attention to that.. how sad is that.

cherrycandle
04-06-2004, 08:20 AM
i fixed that spelling mistake and now i think it works. or maybe i'm just going crazy... would someone try out out on their computer? please.. :) fallen nights (http://www.angelfire.com/musicals/fallen_nights_dollz/index.html) Thanks!!

Rosey
04-06-2004, 05:36 PM
if it's an external style sheet, that out the <style> tags. you don't need them.

Also it should be background-color: #hexcode

cherrycandle
04-07-2004, 02:19 AM
what do you mean with the background color?

Rosey
04-07-2004, 03:39 AM
You have this in your css:

BODY {background: #CC99CC}

it should be

BODY {background-color: #CC99CC;}

cherrycandle
04-07-2004, 04:40 AM
ha..that's probably why that didn't work either :) thanks