I think means this.
<form ..> tag can sometimes make an empty line before it display itself.
To overcome this, you can put form inside a table:
table class='tform" tr
td form start
form end /td
/tr /table
and in CSS stylesheet:
TABLE.tform {
width: ..
height: ..
}
I know most usual is to put a table inside form tags
but I do this the other way ->my way
🙂 halojoy sings: "I did it My Way"