sharkchaser
Technical User
Here is my css page
All is working except the background-image part.
I've doubled checked the path and image name, etc. and it's all correct.
Is it in the head, style, body portion?
I VERY new at this using DW CS4.
Thanks
Rick
All is working except the background-image part.
I've doubled checked the path and image name, etc. and it's all correct.
Is it in the head, style, body portion?
I VERY new at this using DW CS4.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<style type="text/css" media=all>
body
{background-color: #FFFFFF
background-image:url(/"Images/WeaverBk.jpg") ;}
p {text-align: right; color: teal;font-size: 1.6em;
}
a {color: blue; font-size: 1.6em;
}
h1 {color: #069; font-family: "Times New Roman", Times, serif;
}
h2 {color:#069; font-family: "Times New Roman", Times, serif;
}
h3 {color:#069; font-family: "Times New Roman", Times, serif;
table
{
margin-left: auto;
margin-right: auto;
}
</style>
</html>
Thanks
Rick