I have this problem where I have an extra space between a div tag and a table tag is occurring. This is my markup below
HTML Code:
<div id="tablehead"></div>
!!extra space occurs here!!
<table id="table"><tr><td>he</td></tr></table>
__________________
My webmaster news & tips blogs with free scripts and tutorials - Please login or register to view this content. Registration is FREE
As lady suggested. But why put a table outside the div. Just create another div it will be easier to control the setup of where you have things on your page anyway.