Results 1 to 3 of 3

Thread: Table Spacing?

  1. #1
    Join Date
    Dec 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Table Spacing?

    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?

    <table>
    <tr>
    <td>text</td>
    <td>slide-show</td>
    </tr>
    </table>

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    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>
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •