Ok thanks and yeah the shirts are clearly outside the div but I don't get why from looking at the code.
<div id="shirtmaincontent">
<p id="welcomeheadershirts"><img src="{site_url}images/mensshirtswelcome.png" alt="Men's Shirts"/></p>
<p id="mensshirtswelcome">
Invisage is the best place
on the web for smart men's
shirts. Feel free to browse
our range of high quality
products below. You can also
click on an image to see an
enlarged version.</p>
<p id="mensshirtsmainimage"><img src="{site_url}images/mensshirts.jpg" alt="Men's Shirts Image"/></p>
<br { clear: both; }> </br>
<div class="shirts">
{exp:weblog:entries weblog="shirts"}
<h3><a class="shirttitle" href="{title_permalink="shirts"}">{title}</a></h3>
<img class="shirtimage" src="{shirtthumbnail}"/>
<h3 class="shirtprice">{shirtprice}</h3>
</div>
{/exp:weblog:entries}
</div> <!-- End Of Main Content 1 -->

|