Re: Problem with tables, help please!!!!!!!!

by Thomas James Allen <tjallen(at)pipeline.com>

 Date:  Mon, 23 Aug 1999 23:01:12 -0400
 To:  "Antonio Roji" <aroh99(at)hotmail.com>
 Cc:  hwg-basics(at)hwg.org
  todo: View Thread, Original
At 07:15 PM 8/23/99 PDT, you wrote:
>Hello, this is my problem:
>I'm working on a site with a table of 3 rows and 3 columns. My problem is 
>that I can't do them to fit correctly. The first and the second rows don't 
>work the way I want them to work, can you go to:
>http://free.prohosting.com/~gratis1
>and check it? There you will see my problem, there is a red line between the 
>first and the second row, that space is my problem.
>Can you check the source code, and tell me where am I wrong?
>Antonio R.
--------------------
Antonio,
Remove all the spaces between your <td> and </td>'s 
and the red line or gap goes away.

Like this:

<tr>
<td><all kinds of stuff></td>
<td><all kinds of stuff></td>
<td><all kinds of stuff></td>
</tr>

Those spaces all around and between your td's in the code
are creating the red line/gap on your page.

Hope this helps,
jimmy

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA