> -----Original Message----- > From: Erika Meyer > > <div class="image"> > <img src="images/image1.gif" alt="image1" > width="100" height="100" /> > <br><br> > a caption which relates to the image > </div> two quick notes... - you are mixing HTML and XHTML... - instead of the oft-overused <div>, i suspect a <p class="foo"> would work just as well here...