I'm having a problem with my CSS.
I've just recently started fooling around with CSS, and I have most everything set up the way I want it. However, my CSS comand for the background color is not working. Here's the code I'm using
<STYLE TYPE-"type/css">
<!--
BODY {background-color: #66ff66}
A:link {color: #99ff99}
A:visited {color: #99ff99}
H1 {font-size: 24pt; font-family: arial}
H2 {font-size: 22pt; font-family: arial}
H3 {font-size: 20pt; font-family: arial}
H4 {font-size: 16pt; font-family: arial}
H5 {font-size: 14pt; font-family: arial}
H6 {font-size: 12pt; font-family: arial}
P {font-size: 12pt; font-family:arial; color: #006600}
-->
</STYLE>
.....And here is how I have it arranged on my main page:
<HTML>
<HEAD>
<META HTTP-EQUIV="Expires" CONTENT="20030111">
<title>Famous Farms --- Producer of Fine Flora and Fauna</title>
<META NAME="keywords" CONTENT="Plants, Animals, Flora, Fauna, Famous, Farms, varieties, species, ">
<META NAME="description" CONTENT="A Provider of Fine Flora and Fauna">
<META NAME="Author" CONTENT="Greg Fahy">
<META NAME="Originator" CONTENT="Famous Farms">
<META NAME="Place.Keyword" CONTENT="Famous Farms">
<LINK REL=stylesheet HREF="/css.css" TYPE="text/css">
</HEAD>
<body topmargin="5" leftmargin="5">
<P> Welcome to Famous Farms.
</body>
</noframes>
</frameset>
</html>
....Please let me know if you spot where the problem is. You can also go to the site itself and look at the source code of the rest of the pages/frames, thanks.
I've just recently started fooling around with CSS, and I have most everything set up the way I want it. However, my CSS comand for the background color is not working. Here's the code I'm using
<STYLE TYPE-"type/css">
<!--
BODY {background-color: #66ff66}
A:link {color: #99ff99}
A:visited {color: #99ff99}
H1 {font-size: 24pt; font-family: arial}
H2 {font-size: 22pt; font-family: arial}
H3 {font-size: 20pt; font-family: arial}
H4 {font-size: 16pt; font-family: arial}
H5 {font-size: 14pt; font-family: arial}
H6 {font-size: 12pt; font-family: arial}
P {font-size: 12pt; font-family:arial; color: #006600}
-->
</STYLE>
.....And here is how I have it arranged on my main page:
<HTML>
<HEAD>
<META HTTP-EQUIV="Expires" CONTENT="20030111">
<title>Famous Farms --- Producer of Fine Flora and Fauna</title>
<META NAME="keywords" CONTENT="Plants, Animals, Flora, Fauna, Famous, Farms, varieties, species, ">
<META NAME="description" CONTENT="A Provider of Fine Flora and Fauna">
<META NAME="Author" CONTENT="Greg Fahy">
<META NAME="Originator" CONTENT="Famous Farms">
<META NAME="Place.Keyword" CONTENT="Famous Farms">
<LINK REL=stylesheet HREF="/css.css" TYPE="text/css">
</HEAD>
<body topmargin="5" leftmargin="5">
<P> Welcome to Famous Farms.
</body>
</noframes>
</frameset>
</html>
....Please let me know if you spot where the problem is. You can also go to the site itself and look at the source code of the rest of the pages/frames, thanks.