[thelist] Spacing between tables

ryan manville ryan at ryanmanville.com
Tue Jun 18 14:23:00 CDT 2002


By default the cellpadding and cellspacing default to 2.

So try adding the following attributes to both tables:
cellpadding="0" cellspacing="0"

//ryan


----- Original Message -----
From: "Burhan Khalid" <burhankhalid at members.evolt.org>
To: <thelist at lists.evolt.org>
Sent: Tuesday, June 18, 2002 12:14 PM
Subject: [thelist] Spacing between tables


: Hello All :
:
: What would be the best way to get rid of the space that appears
: between two tables?
: I've been wrestling with this for a while and nothing seems to
: work.
:
: <table>
: <tr>
: <td class="mnuTabSelected">Home</td>
: <td class="mnuTab">PHP</td>
: <td class="mnuTab">CSS</td>
: <td class="mnuTab">X-Plane</td>
: <td class="mnuTab">About Me</td>
: </tr>
: </table>
: <table width="100%">
: <tr>
: <td class="mnuTabContents">
: <a href="http://members.evolt.org/burhankhalid/">Home
: Page</a>&nbsp;&nbsp;|
: <a
: href="gateway.php?target=ev">Evolt.org</a>&nbsp;&nbsp;|
: <a href="gateway.php?target=sw">SWOSU</a>
: </td>
: </tr>
: </table>
:
: --Burhan
:
:
:
: --
: 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