View Full Version : font color problems.. i just can't get it figured out.


yesireebobcat
09-27-2004, 06:26 PM
grrar... i'm working on this site,
http://goingup.w2r.net/abnoba.shtml
. I used this CSS code,

body
{
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #031f39;
scrollbar-darkshadow-color: #031f39;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #031f39;
scrollbar-shadow-color: #031f39;
scrollbar-track-color: #000000;
}

body, td, div
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
font-color: #ffffff;
}


div.pagebody
{
background: #000000;
padding: 14px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}

div.head
{
padding: 4px;
border-bottom-stlye: solid;
border-bottom-width: 1px;
border-bottom-color: #031f39;
}

div.boxcontent
{
padding: 4px;
background: #000000;
}

div.box
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 1px;
margin-bottom: 16px;
}

div.banner
{
border-style: solid;
border-width: 1px;
border-color: #031f39;
padding: 0px;
margin-bottom: 1px;
}

hr
{
visibility: hidden;
display: none;
}

input, textarea, select, radio
{
font-family: verdana, helvitica, serif;
font-size: 8pt;
border-style: solid;
border-width: 1px;
border-color: #031f39;
background-color: #000000;
background-image: none;
}


p
{
font-color: #031f39;
text-align: left;
font-family: verdana, helvitica, serif;
font-size: 8pt;
}

a
{
color: #031f39;
text-decoration : none;
}

a:link
{
color: #031f39;
text-decoration: none;
}

a:visited
{
color: #031f39;
text-decoration: none;
}

a:hover
{
color: #031f39;
text-decoration: none;
font-size: 7pt;
cursor: default;
}


h1
{
font-family: verdana, helvitica, serif;
font-weight: bold;
font-size: 11px;
letter-spacing: 4px;
}


i can't get the font color to change from black to my desired color. i've tried everything i can think of. anyone have help for me? :grouch:

Monkey Bizzle
09-27-2004, 08:17 PM
did you fix it? cause i went to your page and the style sheet there looks fine... but anyways...

body, td, div
{font-color: #ffffff;
this should be color, not font-color}

div.pagebody
{background: #000000;
this should be background-color not just background}

div.head
{border-bottom-stlye: solid;
you misspelled style}

div.boxcontent
{background: #000000;
background-color}

p
{font-color: #031f39;
color}

yesireebobcat
09-28-2004, 02:25 AM
lol, thanks. yes, i figured it out, almost immediately after i posted this. I felt really.. really stupid... after years of doing things like this, you'd think i'd know by now. :rolleyes: again, thank you.
Sorry i didn't post this earlier, my computer decided to cause some catastrophic events (heh heh) and then i had to go look at crops.. again, sorry and thank you.
-clair