Help needed for table pls

Discussion in 'HTML & Website Design' started by showup, Apr 12, 2007.

  1. #1
    Hi there:

    I have a table that looks perfect in ie6 but not is ie7.

    The problem is here...

    <Table><tr><td align=right>xxx</td>....

    This right aligns the contents of the cell (xxx) in ie6 but not in ie7. How to make it work in both.

    Thanks
     
    showup, Apr 12, 2007 IP
  2. Justin Nijs

    Justin Nijs Well-Known Member

    Messages:
    631
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Tables are not seo friendly and not fixed(?).
    You better use div's, they are fixed(?) and seo friendly. + The source will look much better and synoptic(?).

    Can you give us a link + a link to your css?

    //Sorry, my english isn't so good.
     
    Justin Nijs, Apr 12, 2007 IP
  3. unique-i

    unique-i Active Member

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    then try to use this:

    <table><tr><td>
    <div align=right>All Contents of the table cell</div
    </td></tr></table>
     
    unique-i, Apr 12, 2007 IP
  4. showup

    showup Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    Works great. Thanks.

     
    showup, Apr 12, 2007 IP