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

Elfur Logadóttir elfur at lists.evolt.org
Tue Apr 17 11:09:33 CDT 2001


From: "Don Makoviney" <DonM at 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





More information about the thelist mailing list