View Full Version : Table Spacing?
everingh7
01-17-2005, 04: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, 05: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, 07: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.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.