View Full Version : Table Spacing?
everingh7
01-17-2005, 03:15 PM
I have inserted a table to get my slide-show script and text aligned next to each other. Now I need to space them properly...can you help? :confused:
<table>
<tr>
<td>text</td>
<td>slide-show</td>
</tr>
</table>
simonf
01-18-2005, 04:00 AM
Hi Do you mean to remove the padding etc??
<table width="95" cellspacing="0" cellpadding="0">
<tr>
<td width="27">text</td>
<td>slide-show</td>
</tr>
</table>
Minos
01-18-2005, 06:01 AM
Here's a decent tutorial on tables, if that's not quite what you're looking for, or still don't get it...
http://www.htmlgoodies.com/tutors/table.html
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.