View Single Post
  #2 (permalink)  
Old 01-10-2004, 05:45 PM
Till's Avatar
Till Till is offline
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
You can usually do something like that to get rid off the whitespace created by forms:

Code:
<table>
<form>
<tr><td>
<input type="text">
</td></tr>
</form>
</table>
Just an example, it works pretty well though.

Hope that helps,
Till
Reply With Quote