[thelist] <FORM> Whitespace

Chris axe at suburbia.com.au
Mon Aug 12 00:31:01 CDT 2002


Hello,

Is there any 'correct' way to avoid <form> & <input type='hidden'> from
adding whitespace to a given HTML doc?

On my page I have something along the lines of:

<div id="1">Some Heading</div>
<form action="process" method="post">
<input type="hidden" name="a" value="1" />
<input type="hidden" name="b" value="2" />
<table>
....
</table>
</form>

And the problem is between the <div> and the <table> I am seeing a large gap
where no gap was before I inserted the <form>.

Is there any way to prevent this?

Oh, and good to see thelist messages flowing again. :)

Regards,
Chris





More information about the thelist mailing list