[thelist] FORM tag puts ugly spaces in my layouts.

aardvark roselli at earthlink.net
Tue Apr 17 12:13:13 CDT 2001


> From: Ron_Senykoff at BEAEROSPACE.COM
> 
> <snip>
> Try putting the <form> tags outside the <tr> tags.
> </snip>
> 
> Can you please be more specific?  I'm intrigued..

<table>
	<form>
 <tr>
  <td>foo</td>
 </tr>
	</form>
</table>

although, note elfur's reply... this isn't technically valid markup... 
instead, with some careful planning, you can often get forms into 
pixel-precise layouts without having to use CSS or HTML hacks... 
but it depends on your design...




More information about the thelist mailing list