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... ?
<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... ?