[thelist] </form> without whitespace. css?

Morbus Iff morbus at disobey.com
Mon Nov 6 13:53:33 CST 2000


 >I'm totally annoyed with the way IE (and NS too for all I know) puts a blank
 >line after a </form> tag.  It looks like </form> can't be used as a CSS
 >selector.. is there any other easy way around this?

Depending on your HTML setup, I've occasionally found that putting a blank 
<input> tag immediately before the </form> would do it. What I've found 
always works though, is to distance the <form> <form body> and </form> as 
far as way from each other as possible, such like this:

<html>
<body>
<form and hidden junk>

...your page...
<form inputs>
...your page...

</form>
</body></html>


Morbus Iff
.sig on other machine.
http://www.disobey.com/
http://www.gamegrene.com/





More information about the thelist mailing list