im trying to set a background image for a div and in dreamweaver having this code in the css makes the image appear fine.
#main {
width:90%;
padding-top:6px;
background-image:url(Images/egyptian-papyrus-t5-peach.jpg);
}
this is the div in the html file
<div id="main">
<div align="center">...