Page is a not externally linkable
gbgamblers23 - 7:00 pm on Jan 30, 2009 (gmt 0)
<div class="main-content"> <h1 class="pagetitle">Text text text text text </h1> This is the CSS code that corresponds with this html .column1-unit {width:440px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;} .main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:440px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; font-family:Verdana, Arial, Helvetica, sans-serif}
I narrowed it down to the css not working on only one part of the html document :
<div class="column1-unit">
<h2>text text text text text </h2>
<p>text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </p>
</div>
</div>