[thelist] Spacing between tables

Burhan Khalid burhankhalid at members.evolt.org
Tue Jun 18 14:15:12 CDT 2002


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






More information about the thelist mailing list