Results 1 to 5 of 5

Thread: Tables vs. Div/Dav/duv/dei/dutituuuu

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Tables vs. Div/Dav/duv/dei/dutituuuu

    First I just want to say that I am no web designer, nor web maker or what ever you call it. But I willprbbly get the hang of it when I need it.


    Well the question is that I am pretty sure I have heard somewhere that you are not supposed to use tables anymore? Is that always true? I know that it all can be done wih Divs and stuff, but take a look at this page for example:

    http://noteme.com/test/


    It looks like it would be realy easy to do make with a table or two. Shuld it still be made using Divs and CSS all the way?



    Thanks
    ØØ

  2. #2
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802

    Re: Tables vs. Div/Dav/duv/dei/dutituuuu

    That should be done with CSS.

    Tables are for displaying data, not doing layout...

    Just ask away and we'll help you if you get stuck any where!
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Tables vs. Div/Dav/duv/dei/dutituuuu

    Divs man, divs.... More & more often, people are getting away from using table for layout control and using DIV tags. There's a couple of reasons for this... tables are a pain to maintain. Moving some thing from one spot to another can create a world of hurt. Secondly, there's a growing belief (and rightfully so) that tables are for TABular data... charts, graphs, calendars... things that are best in a grid.

    That said... here's a number of things that can be done with tableless (except where it makes sense) layouts:
    http://tannagh.com
    http://techgnome.anderson-website.net
    http://www.chait.net/
    http://shadows.os42.com/
    http://brokenkode.com
    http://www.northernpassages.com/blog/index.php

    Cool thing about using CSS for layout control, is that if set up properly, you can give users to your site a new experience each time (by loading a random CSS file) or allow them to customize their experience by allowing them to select a theme.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802

    Re: Tables vs. Div/Dav/duv/dei/dutituuuu

    You forgot one of the most well know sites that pushes the point of changing layout by only chaning the css behind it: www.csszengarden.com
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

  5. #5

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Tables vs. Div/Dav/duv/dei/dutituuuu

    Heheh...ok...thanks guys. I will promise not to try to use tables for my web page.. And of course I will ask when I am stuck. Won't take long...



    ØØ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width