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

=?iso-8859-1?Q?Elfur_Logad=F3ttir?= elfur@lists.evolt.org
Tue Apr 17 11:09:33 2001
From: "Don Makoviney" <DonM@allensysgroup.com>

| I always have the problem of the <FORM> tag causing a really ugly space in
| my layout designs.
| 
| Does anyone have any tricks to getting rid of <FORM> tag spaces?

two ways
1: which leaves your code validated:
use padding and margin features of the css on the form tag

2. which won't validate, but works:
have the form tag between table and tr tags, both opening and closing.

HTH
(until someone corrects me once again :-)
elfur