Thread: Why is this?
View Single Post
Old 19-05-2005, 12:55   #3 (permalink)
d*d
Moderator
 
d*d's Avatar
 
Join Date: Oct 2004
Location: Bristol
Posts: 3,476
try removing the non breaking spaces   in your div tags
<div id="sitewrap">

<div id="tborder">&nbsp;</div>

<div id="lborder">&nbsp;</div>

<div id="contentwrap">

<div id="header"></div>

<div id="headbar"></div>



</div>
  Reply With Quote