covert table to css?

Discussion in 'HTML & Website Design' started by unlisted80, Dec 13, 2008.

  1. #1
    Hi

    I have a template (table) and now how to to convert into CSS (tabless) exactly the same. how hard this be?
     
    unlisted80, Dec 13, 2008 IP
  2. Pandemix

    Pandemix Well-Known Member

    Messages:
    954
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    120
    #2
    It's not hard if you know what you're doing. If you have something aligned to the right in a table, then try floating it to the right in CSS. Just check what kind of attributes you have in the <table>, <td>, etc. tags and try turning them into eligible CSS code.
     
    Pandemix, Dec 13, 2008 IP
  3. freelikehell

    freelikehell Active Member

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #3
    freelikehell, Dec 13, 2008 IP
  4. chrizz_msweb

    chrizz_msweb Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    i prefer not to convert all.. Combination of table and css are the best
     
    chrizz_msweb, Dec 15, 2008 IP
  5. 2advance

    2advance Well-Known Member

    Messages:
    2,614
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    140
    #5
    2advance, Dec 15, 2008 IP
  6. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #6
    it should not me to hard you need to replate all table and td tags with div'S and use the css to give them the right positions
     
    Sensei.Design, Dec 15, 2008 IP