Need opinion about layers or/and tables

Discussion in 'HTML & Website Design' started by aluke, Apr 24, 2007.

  1. #1
    I would like to build a new webpage and I would like to know Your opinion, what do You think about using layers to create a page or do You prefer tables and why?
     
    aluke, Apr 24, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    It entirely depends on the situation, but generally speaking using W3C compliant web standards is the best way to go, for many many reasons
     
    frankcow, Apr 24, 2007 IP
  3. Slumberface

    Slumberface Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    tables are probably easier to work with if you're new to designing websites, although overall it's a bad way to go.

    Tables should only be used for tabular data. CSS all the way. I ditched the tables about 3 years ago and now I much prefer designing with CSS rather than tables. CSS opens a lot more doors for you, when it comes to what you can achieve designwise.

    Alas it also means you have to learn about all the crap that comes with it (broken box model, hacks, etc).
     
    Slumberface, Apr 24, 2007 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    I think you've forgot all the table gotchas that constantly bit you on the butt :) before you learned the browser idiosyncrasies, and the truly ugly table hacks. Remember spacer gifs?

    CSS is a powerful presentation language, and it will take some time to become proficient in it. There is no sane reason for anyone just starting to spend time learning table based layouts. There are plenty of tutorials on css in general, and css layouts in particular. Start with simpler layouts, and improve your craft from there.

    cheers,

    gary
     
    kk5st, Apr 24, 2007 IP
  5. xd2

    xd2 Peon

    Messages:
    694
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I agree with kk5st,

    I did my first full css layout last week and it was one of the best designs I have achieved plus it was alot easier and cleaner then I thought it would be (code wise)

    If I had done this from the start I could have saved myself a lot of messing about but then when I started it wasn't an option.

    I would recommend W3C Schools.

    David
     
    xd2, Apr 24, 2007 IP
  6. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #6
    XHTML tables for positioning... but NOT for styling.. don't use border styles especially the ones that bevel (it's a very outdated look)
     
    8everything, Apr 24, 2007 IP
  7. cdotech

    cdotech Banned

    Messages:
    1,017
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #7
    if you're new. dont try tables. start with css. and keep it at that. i myself started with tables since ive been designing for such a long time now and it took me time to fully forget about things i learned back then to be comfortable enough with css.
     
    cdotech, Apr 25, 2007 IP
  8. Webice

    Webice Peon

    Messages:
    49
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You should use every time css for layout. To note dreamweaver can't always display correctly the css layouts, but most of the time it can display tables.
     
    Webice, Apr 25, 2007 IP