this page with no expression engine code and it works perfectly…
http://www.hhdc.com/index.php/site/index.html
this page with expression engine code and the div doesn’t work.
http://www.hhdc.com/index.php/site/indexee.html
here is the problem code….
<div id=“head”>
<div id=“promo”>{exp:channel:entries channel="promo"
limit="1" disable="pagination" }
{promo_head}
{/exp:channel:entries}
</div>
<br class=“clear” >
</div>
thanks