best design, tables or layers

Discussion in 'HTML & Website Design' started by salim, Jan 15, 2009.

  1. #1
    Hi,
    i am just wondering what's the best and more popular design method in terms of the structure of the page, is it table? layer or layout table ( i am using dreamweaver) obviously SEO friendly
     
    salim, Jan 15, 2009 IP
  2. CreativeClans

    CreativeClans Peon

    Messages:
    128
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Tables are for tabular data. Page layout should not be done with tables.
     
    CreativeClans, Jan 15, 2009 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    There is no such thing as "layers" in either html or css. That's a Dreamweaver term and only causes confusion.

    Tables are not meant for layout and should never be used as such. Why this question still gets asked in this day and age is beyond me.
     
    drhowarddrfine, Jan 15, 2009 IP
  4. salim

    salim Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    so what should be used then?
     
    salim, Jan 15, 2009 IP
  5. Whizkid

    Whizkid Well-Known Member

    Messages:
    324
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    135
    #5
    HTML for content. CSS for design.
     
    Whizkid, Jan 15, 2009 IP
  6. salim

    salim Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    how about dreamweaver, it's doing it for me ! or do you mean I need to do the coding my self?
     
    salim, Jan 15, 2009 IP
  7. BlueIce08

    BlueIce08 Member

    Messages:
    535
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #7
    Using CSS is the best way to design, this is done with the use of div tags defined in the CSS. This method separates the content from the layout.
     
    BlueIce08, Jan 15, 2009 IP
  8. John M.

    John M. Active Member

    Messages:
    1,087
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #8
    Oh god.
    Guys if your wanting to learn how to design and develop take the time and learn the programing language your going to use. Dreamweaver is fine if you are hand coding but don't relay on it.

    Using css div's is the way to do it.
     
    John M., Jan 15, 2009 IP
  9. iboltmedia

    iboltmedia Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    As the others have said, do not use tables for layouts.

    Use divs and CSS. This can still be done in dreamweaver but you need to learn coding aswell.
     
    iboltmedia, Jan 15, 2009 IP
  10. ayelet.k

    ayelet.k Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    moreover, tables are/is SEO enemy.
     
    ayelet.k, Jan 15, 2009 IP
  11. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #11
    tables are a no-go. w3c recomends using div's and css to build layouts and that's what most designers are doing
     
    Sensei.Design, Jan 16, 2009 IP