pam2923
23 Nov 2010, 03:10 PM
I've copied what I think are the valid areas of my problem. The image shows up fine, just doesn't repeat. I'm using a combination of Dreamweaver and me (where the problem probably lies). Dreamweaver gives me an error message saying "the tag: "div" doesn't have an attribute: "background-repeat" in currently active versions.[XHTML 1.0 strict]" Is it possible to get the image to repeat?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
snip
#repeater
{
width: 800px;
height: 200px;
margin: 0 auto;
background-color: #FFFFFF;
background: url(images/bottom-repeater.jpg);
background-repeat: repeat-y;
background-position: left top;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
snip
#repeater
{
width: 800px;
height: 200px;
margin: 0 auto;
background-color: #FFFFFF;
background: url(images/bottom-repeater.jpg);
background-repeat: repeat-y;
background-position: left top;
}