[thelist] Table Problem

Schelling, Michael schellim at spawar.navy.mil
Wed Jan 10 12:03:26 CST 2001


I'm new to the list and spent all day yesterday reading all of the
outstanding Harvester Tips.  A tip that I saw might resolve your problem. It
said to get rid of extra spacing do this:

Quote
      <td
      ><img src=foo.gif
      ></td>
Unquote

So perhaps 

      <td
      ><input ......
      ></td>

might work. 

           Mike


>-----Original Message-----
>From: Tijs Teulings [mailto:tijs at framfab.nl]
>Sent: Wednesday, January 10, 2001 11:09 AM
>To: thelist at lists.evolt.org
>Subject: Re: [thelist] Table Problem
>
>
>form tags always use up some extra pixels. try putting the 
>opening and closing form tags in between
>the tr's of the table.
>
>...
></tr><form><tr>
><td>
><input stuff...
></td>
></tr></form><tr>
>...
>
>This usually works since the form now falls 'outside of the 
>document flow'.
>
>greets,
>Tijs
>
>--
>tijs at tijs.org
>http://www.tijs.org
>
>>
>> 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 !
>
>
>---------------------------------------
>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