Feedback on: irt.org FAQ Knowledge Base Q1212
Length:
Just right
Comments:
This reduces the space but it doesn't elminate it. There is a stylesheet setting that removes the space in IE but not Netscape.
Technical:
Not technical enough
Comments:
form tags w/in table datas will not render the space:
<table>
<tr>
<td><form></td></tr>
<tr>
<td></form></td></tr>
</table>
Length:
Just right
Comments:
I tested this out in Netscape 4.7 & it works -
<STYLE TYPE="text/javascript">
tags.form.margins("-1em", "-1em", "-1em", "-1em");
</STYLE>
The stylesheet property is defined using Javascript Style sheets.
Comments:
Or simply <span style="height:0px;"></form></span>