Order of Class breaks page

The following class is placed at the bottom of some of the nested DIV on the page. When I place the following class at the base of the nested DIV #Contact before the <h1> tag it breaks the page. Yet that is the ideal area to place the code ? (link)

<div class=“pic”>
<img src=“http://www.thecreativesheep.ca/construction/img/one.jpg” alt=“one” height=“250” width=“150”>

Just in case - did you check that you’d closed that div?

<div class="pic">
<img src="http://www.thecreativesheep.ca/construction/img/one.jpg" alt="one" height="250" width="150">
[COLOR="#FF0000"]</div>[/COLOR]
 

It wouldn’t be the first time I’ve made the mistake of copying and pasting without checking I’ve copied the closing tag correctly. :rolleyes:

Stupid me :slight_smile: