Jabbamonkey
10-23-2002, 08:35 PM
I'm trying to have several different colored links on a page, and I know you can do this using style sheets... I just can't figure out how.
Here's what I have....
<STYLE TYPE-type/ccs"><!--
Body {margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; background-color: #666699}
.sidenav1 {font-size: 12px; font-family: arial, helvetica, verdana; font-weight: bold; color: #9999CC}
.sidenav1:link {color: #9999CC; text-decoration:underline}
.sidenav1:hover {color: #FCDF69; text-decoration:underline}
.sidenav1:visited {color: #9999CC; text-decoration:underline}
.sidenav1:active {color: #9999CC; text-decoration:underline}
.bodycopy {font-size: 12px; font-family: arial, helvetica, verdana; font-weight: normal; color: #000000}
.bodycopy:link {color: #000033; text-decoration:underline}
.bodycopy:hover {color: #333366; text-decoration:underline}
.bodycopy:visited {color: #000033; text-decoration:underline}
.bodycopy:active {color: #000033; text-decoration:underline}
.sidenav_small {font-size: 10px; font-family: arial, helvetica, verdana; font-weight: normal; color: #999999}
.input {color: #000000; background-color: #666699; font-size: 9px; font-family: arial, helvetica, verdana; font-weight: normal; border: 1px inset #666699; }
.input2 {color: #000000; background-color: #666699; font-size: 9px; font-family: arial, helvetica, verdana; font-weight: normal; border: 1px inset #666699; }
--></STYLE>
Can anyone tell me what I'm doing wrong? I've never been good with Style Sheets....
Jabbamonkey
Here's what I have....
<STYLE TYPE-type/ccs"><!--
Body {margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; background-color: #666699}
.sidenav1 {font-size: 12px; font-family: arial, helvetica, verdana; font-weight: bold; color: #9999CC}
.sidenav1:link {color: #9999CC; text-decoration:underline}
.sidenav1:hover {color: #FCDF69; text-decoration:underline}
.sidenav1:visited {color: #9999CC; text-decoration:underline}
.sidenav1:active {color: #9999CC; text-decoration:underline}
.bodycopy {font-size: 12px; font-family: arial, helvetica, verdana; font-weight: normal; color: #000000}
.bodycopy:link {color: #000033; text-decoration:underline}
.bodycopy:hover {color: #333366; text-decoration:underline}
.bodycopy:visited {color: #000033; text-decoration:underline}
.bodycopy:active {color: #000033; text-decoration:underline}
.sidenav_small {font-size: 10px; font-family: arial, helvetica, verdana; font-weight: normal; color: #999999}
.input {color: #000000; background-color: #666699; font-size: 9px; font-family: arial, helvetica, verdana; font-weight: normal; border: 1px inset #666699; }
.input2 {color: #000000; background-color: #666699; font-size: 9px; font-family: arial, helvetica, verdana; font-weight: normal; border: 1px inset #666699; }
--></STYLE>
Can anyone tell me what I'm doing wrong? I've never been good with Style Sheets....
Jabbamonkey