Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1212

Feedback on: irt.org FAQ Knowledge Base Q1212

Sent by Sean on February 22, 2000 at 21:19:38: - feedback #843

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.


Sent by damon sauve on November 05, 2001 at 17:00:16: - feedback #3301

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>



Sent by Radhakrishna M V on February 13, 2002 at 00:39:12: - feedback #3587

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.


Sent by Edward Smirnov on July 30, 2002 at 03:09:12: - feedback #4037

Comments:
Or simply <span style="height:0px;"></form></span>


©2018 Martin Webb