I have created a separate style sheet and am trying to keep the html file free of style commands. I have resorted to using a series of " " to "wallow out a hole" in a page where there is wrap-around text in order for the image to display horizontally. I seem to need a series of "<br>" to carve out vertical space for the image. I can't believe this is standard procedure. What am I doing wrong?
/* Style sheet */
div#photo {
background: url(../Images/photo.gif) no-repeat left;
color: #228B22;
float: left;
clear: left;
margin: 0px 10px 0px 0px;
}