[thelist] Table Problem

Kerin Cosford kerin.cosford at ntlworld.com
Wed Jan 10 12:08:26 CST 2001


The only way I've found to get form elements to behave correctly (especially
in NN4.x):

rather than doing this:

<table>
<tr>
<td>
<form>
<input>
</form>
</td>
</tr>
</table>

do this:

<table>
<form>
<tr>
<td>
<input>
</td>
</tr>
</table>
</form>

I know. Its stupid. But its the only foolproof way I know to make NN4.x
behave, and get rid of the extra whitespace.
----- Original Message -----
From: "Brent Martino" <brent at fusemarketing.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, January 10, 2001 3:37 PM
Subject: [thelist] Table Problem


>
>
> Hi All,
>  Could someone take a look at this page
> http://www.dzyne3.com/test/site_map.html the table row that contains the
> search box should not be as tall as it is. I had wanted it to be only as
> high as the search box but it seems to be adding an extra 20 pixels or so
at
> the bottom. I'm sure it is some stupid little thing I am over looking but
I
> just cant figure it out.
> Thanks in advance
>
> Brent Martino
> Fuse
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list