Webmaster04
10-09-2005, 01:27 AM
I'm trying to link an external css but it's not working. Here's the external css:<style type="text/css">
BODY {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
background: transparent;
background-repeat: repeat;
background-position: top, left;
background-attachment: fixed;
cursor: hand;
letter-spacing: 1pt;
}
P {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
background: transparent;
cursor: hand;
letter-spacing: 1pt;
}
H1 {
font-size: 10pt;
font-family: "comic sans ms";
text-align: center;
color: white;
background: transparent;
}
A:link {
color: white;
text-decoration: none;
cursor: crosshair;
background: transparent;
}
A:active {
text-decoration: none;
color: white;
cursor: crosshair;
background: transparent;
}
A:visited {
text-decoration: line-through;
color: white;
font-family: "comic sans ms";
font-size: 10pt;
cursor: crosshair;
background: transparent;
}
A:hover {
text-decoration: underline overline;
color: white;
font-family: "comic sans ms";
font-size: 10pt;
cursor: crosshair;
background: transparent;
}
td {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
background: transparent;
input, textarea {
font-family: "comic sans ms";
font-size: 8pt;
color: white;
border-style: dashed;
border-color: #9933FF;
border-width: 3px;
}
</style> and here's the link I try to use <LINK href="/ramapo_players/style.css" rel="stylesheet" type="text/css">
and here is what the outcome is:
http://www.freewebs.com/ramapo_players/club/about.htm
plzzz help
BODY {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
background: transparent;
background-repeat: repeat;
background-position: top, left;
background-attachment: fixed;
cursor: hand;
letter-spacing: 1pt;
}
P {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
background: transparent;
cursor: hand;
letter-spacing: 1pt;
}
H1 {
font-size: 10pt;
font-family: "comic sans ms";
text-align: center;
color: white;
background: transparent;
}
A:link {
color: white;
text-decoration: none;
cursor: crosshair;
background: transparent;
}
A:active {
text-decoration: none;
color: white;
cursor: crosshair;
background: transparent;
}
A:visited {
text-decoration: line-through;
color: white;
font-family: "comic sans ms";
font-size: 10pt;
cursor: crosshair;
background: transparent;
}
A:hover {
text-decoration: underline overline;
color: white;
font-family: "comic sans ms";
font-size: 10pt;
cursor: crosshair;
background: transparent;
}
td {
font-family: "comic sans ms";
font-size: 10pt;
color: white;
padding-left: 2cm;
padding-right: 2cm;
padding-top: 2cm;
padding-bottom: 2cm;
background: transparent;
input, textarea {
font-family: "comic sans ms";
font-size: 8pt;
color: white;
border-style: dashed;
border-color: #9933FF;
border-width: 3px;
}
</style> and here's the link I try to use <LINK href="/ramapo_players/style.css" rel="stylesheet" type="text/css">
and here is what the outcome is:
http://www.freewebs.com/ramapo_players/club/about.htm
plzzz help