twix2006
07-19-2003, 06:52 AM
my link css doesn't show up on the pages that i put this code on:
<LINK REL=stylesheet HREF="style.css" type="text/css">
but the rest of the css works. this is the code that i have on the style.css page uploaded to my site..did i do something wrong? [i used the code on style.css b4 on my pages and the links turned out fine..but w/ <LINK REL=stylesheet HREF="style.css" type="text/css">..the text links on the page [javascript links] are blue and underlined :(]:
<STYLE TYPE="text/css">
a:link
{text-decoration: none; color: #ffffff;}
a:visited
{text-decoration: none; color: #ffffff;}
a:active
{text-decoration: none; color: #ffffff;}
a:hover
{text-decoration: none; cursor: crosshair; border:1 dashed; border-color:#ffffff}
BODY {
color:#ffffff;
font-size:8pt;
font-family: verdana;
line-height: 15px;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 804889;
scrollbar-darkshadow-color: 804889;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 000000;
}
</style>
<LINK REL=stylesheet HREF="style.css" type="text/css">
but the rest of the css works. this is the code that i have on the style.css page uploaded to my site..did i do something wrong? [i used the code on style.css b4 on my pages and the links turned out fine..but w/ <LINK REL=stylesheet HREF="style.css" type="text/css">..the text links on the page [javascript links] are blue and underlined :(]:
<STYLE TYPE="text/css">
a:link
{text-decoration: none; color: #ffffff;}
a:visited
{text-decoration: none; color: #ffffff;}
a:active
{text-decoration: none; color: #ffffff;}
a:hover
{text-decoration: none; cursor: crosshair; border:1 dashed; border-color:#ffffff}
BODY {
color:#ffffff;
font-size:8pt;
font-family: verdana;
line-height: 15px;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 804889;
scrollbar-darkshadow-color: 804889;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: 000000;
scrollbar-track-color: 000000;
}
</style>