ok. i just recently downloaded a free trial of dreamweaver and am obviously new with using it. i am also new at using css, but from what i understand, the code all looks right... and when i make changes to the css and refresh the html page in the dreamweaver program, everything looks fine. i finally jsut decided to test the page in a broswer, since the last two or three days i've been getting to know dreamweaver, and was horribly shocked to find that the only thing that shows is the text.... none of the design part shows, no background color, no table w/background pic, nothing else. this is the html code before the body, the rest is just standard body and table:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-...
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Wize Aunts</title>
<link href="/css/wa-main.css" rel="stylesheet" type="text/css" media="all" />
</head>
this is the css:
body {
background-color: #2d0909;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
table {
background-attachment: fixed;
background-image: url(../images/map-copy.jpg);
background-repeat: no-repeat;
background-position: center top;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
height: 800px;
width: 831px;
margin-right: auto;
margin-left: auto;
}
please help!!!!!
Tags: