i am trying to change the background color from gray to white and i think i changed whatever i saw named background to #ffffff but still gray - here is the code...help I am new to this and its suppose to be a content management site????
.company{
font-family: verdana,arial,helvetica;
font-size: 25px;
color: #FFFFFF;
font-weight:bold;
}
.slogan {
font-family: verdana,arial,helvetica;
font-size: 25px;
color: #FFFFFF;
font-weight: bold;
}
.magin {
padding:5px;
}
table { font-size:100%;}
body { font-size:76%;
margin:0;
padding:0;
background-color: #FFFFFF}
a:link {color: #808080; text-decoration: none;}
a:visited {color:#808080; text-decoration: none;}
a:hover {color: #808080; text-decoration: underline;}
a:active {color:#808080; text-decoration: underline;}
.bgtop{background-image: url(images/bgtop.jpg);}
.bgbottom{background-image: url(images/bgbottom.jpg);}
.line{background-image: url(images/line.j
2007-12-13
09:56:27
·
3 answers
·
asked by
torontogal
2
in
Computers & Internet
➔ Programming & Design
Umn how do i link to this - i am very new to CSS...help
2007-12-13
10:13:44 ·
update #1
okay still gray background - what am I doing wrong?
2007-12-13
11:50:28 ·
update #2