Posted by David Dorward on 11/26/93 11:54
Jon Glazer wrote:
> The </form> tag has a tendancy to put a blank line in places you don't
> want.
Not if you style away margins or put it inline.
> So I typically "embed" the <form> and </form> tags inside a table. Ie:
>
> <table><form><tr><td>
Invalid
> Not pretty but it does work.
Depending on the ability of the browser to correct your errors is a really
bad idea - especially in this case given how different browsers cope with
elements not allowed inside tables.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|