Closed Thread
Results 1 to 5 of 5

Thread: Help With Tables

  1. #1
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126

    Help With Tables

    K . I Always seem to have this problem.
    When i create a table one cell of the left for menu and the other for text. but when i add a picture to one cell the other goes down, how can i stop it?

  2. #2
    NLC Dusty is an unknown quantity at this point Dusty's Avatar
    Join Date
    Oct 2000
    Posts
    2,953
    You mean the content is always centered in one cell when the other is larger? Set the vertical alignment in the cells to "top":
    Code:
    <table><tr>
    <td valign="top"> Cell 1 </td>
    <td valign="top"> Cell 2 </td>
    </tr></table>
    I think I may have been here before... a long, long time ago... 599699 Unread Posts, you say?

    Ah, I found my old avatar. The hypnotic evil duck.
    It was 2002. Duck avatars were the style at the time.
    Long and fascinating story there. I'd tell you if I remembered it.

  3. #3
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Their is a GOD!

  4. #4
    NLC Dusty is an unknown quantity at this point Dusty's Avatar
    Join Date
    Oct 2000
    Posts
    2,953
    Shhh, you'll blow my cover.
    I think I may have been here before... a long, long time ago... 599699 Unread Posts, you say?

    Ah, I found my old avatar. The hypnotic evil duck.
    It was 2002. Duck avatars were the style at the time.
    Long and fascinating story there. I'd tell you if I remembered it.

  5. #5
    Senior Member LukeySD is an unknown quantity at this point
    Join Date
    Jul 2001
    Posts
    126
    Ok...haha!

Closed Thread

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