Div issue
Hello,
I'm probably overlooking something, but I'm trying to place an image into a webpage, inside a container. The image is nested inside a <div></div> tag and titled "Matthew" within a container in the html. When I go CSS, I create a selector, with the following declorations:
.Matthew {
width: 90%;
margin-left: auto;
margin-right: auto;
}
I'm no DW expert. What am I doing wrong?
Sand Patch


