View Full Version : CSS stylesheet and index page


jayta
07-24-2004, 08:13 AM
Okay so this webpage I'm making is in angelfire. I have uploaded my stylesheet and index and background color. What I need is someone to tell me what I'm doing wrong with the background cuz it's white.

Here is my index page - webpage (http://www.angelfire.com/vamp/lovingdestiny/index.html)

and this is my stylesheet

A {text-decoration:none;}
A:link {color:#CC6600;}
A:visited {color:#FFFFFF;}
A:active {color:#003333;}
A:hover {color:#CCFFFF;}

h1 {font-family: verdana;color: #003333;}

p {font-family: verdana color: #003333;}

body
{background:"bg1.jpg";
font-family: verdana;
color: #003333 ;
letter-spacing: 2 pt;
font-weight: normal;
font-size: 8 pt;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
}

input, textarea
{ background: #FF3366 ;
font-family: verdana;
color: #CCFF00;
border-style: dashed;
border-color: #FF9900;
border-width: 1px;

}

#header {
margin: 20px;
padding: 10px;
height: 300px;
}

#left {
position: absolute;
left: 15px;
top: 500px;
width: 200px;
}

#center {
top: 0px;
margin-left: 230px;
margin-right: 230px;
}
#right {
position: absolute;
right: 15px;
top: 160px;
width: 200px;
}

Death
07-24-2004, 08:55 AM
Change {background:"bg1.jpg"; to..

{background-image: url(bg1.jpg);