how do I put two table cells on oppposite sides.

Discussion in 'HTML & Website Design' started by eric8476, Jul 1, 2008.

  1. #1
    I want to put two cells, <td></td> on opposite sides of the page. I tried using align right, align left but it's not on the same level. Thanks for the help.
     
    eric8476, Jul 1, 2008 IP
  2. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #2
    I think this does it, not that I work with tables for presentational purposes often.

    <td>whatever</td>
    <td width="100%"></td>
    <td>whatever</td>
     
    rochow, Jul 1, 2008 IP
  3. eric8476

    eric8476 Active Member

    Messages:
    1,547
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    78
    #3
    thanks rochow.
     
    eric8476, Jul 1, 2008 IP