Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: OK, I've decided to go tableless... now what?

  1. #1
    Senior Member tombstoneweb's Avatar
    Join Date
    Sep 2004
    Posts
    104

    Question OK, I've decided to go tableless... now what?

    Hi all,

    I am beginning the process of redesigning one of my websites. I have read many threads on different aspects of tables vs css design and have decided to redesign my website using a tableless design. I have been designing static pages in tables for a while and have decided to jump out of the box and into the water (so to speak) but have no idea where to start. I have just started using css instead of the many depreciated tags I've been using for years and am starting to get a grasp on it.

    I guess what I am looking for is a direction to go to educate myself in the things I will need to know to pull this off. I have an old page of mine that is only 5 pages long, so I figure that would be a good one to start on (I'll do the 40 page site when I know what I am doing). I am thinking the hardest part will be thinking outside the tables.
    Invent the possibilities, not the obstacles.
    Tombstone Arizona - Tombstone Arizona History - Southern Arizona Shuttle Service

  2. #2

    Re: OK, I've decided to go tableless... now what?

    Well done for going tableless!

    A good place to start might be taking a look at free templates, for example here:

    http://www.opendesigns.org/

    Maybe grab a couple you like, open then up and see how the design is achieved.

    When I made the switch a few years ago - and to an extent still - there was lots of trial and error involved but it will be worth it in the end.

    Good luck.

  3. #3
    Senior Member tombstoneweb's Avatar
    Join Date
    Sep 2004
    Posts
    104

    Re: OK, I've decided to go tableless... now what?

    Quote Originally Posted by Web-Design-Guy View Post
    Well done for going tableless!
    A good place to start might be taking a look at free templates, for example here:
    http://www.opendesigns.org/
    Maybe grab a couple you like, open then up and see how the design is achieved.
    Thank you Web-Design-Guy, I will do that.
    It looks like it'll be almost the same as when I first learned html. Find a website that does something you like, look at the code and try to figure out how it works.

    Any other suggestions out there?
    Invent the possibilities, not the obstacles.
    Tombstone Arizona - Tombstone Arizona History - Southern Arizona Shuttle Service

  4. #4
    WebProWorld MVP danlefree's Avatar
    Join Date
    Jun 2005
    Posts
    414

    Re: OK, I've decided to go tableless... now what?

    Try A List Apart - you will have to venture back in time through the articles, however, ALA has been promoting (and explaining) best practices in table-free design for ages.
    Dan LeFree | Owner/Operator (Web development, marketing)

  5. #5
    Senior Member tombstoneweb's Avatar
    Join Date
    Sep 2004
    Posts
    104

    Re: OK, I've decided to go tableless... now what?

    Quote Originally Posted by danlefree View Post
    Try A List Apart - you will have to venture back in time through the articles, however, ALA has been promoting (and explaining) best practices in table-free design for ages.
    Wow, there is a lot to wade through there. Thanks for the link. I'll be checking out the articles.

    After looking that website over, I believe I will need to find some more "basic" information on tableless design. A lot of it seems far more advanced in css than I am at the moment.
    Invent the possibilities, not the obstacles.
    Tombstone Arizona - Tombstone Arizona History - Southern Arizona Shuttle Service

  6. #6

    Re: OK, I've decided to go tableless... now what?

    Quote Originally Posted by tombstoneweb View Post
    ... I believe I will need to find some more "basic" information on tableless design. A lot of it seems far more advanced in css than I am at the moment.
    OK, how about kicking off here:
    CSS Introduction

    or if that's too basic, wade through the (free) tutorial further (keep clicking next) until you arrive where your own knowledge tapers off. Haven't read it all but happened to come across this site today via another WPW thread and thought it looked very useful indeed - hope it helps you too!

  7. #7
    Junior Member
    Join Date
    Sep 2006
    Posts
    26

    Re: OK, I've decided to go tableless... now what?

    Hey Tombstoneweb,
    The first step into the cold water can be hard since you are venturing outside of your comfort zone, (going from tables to div's and external css markup). This is a hard first step, and one that definately gets easier as you go. There are countless resources online for help with your css or semantic web markup. (Some have been mentioned above, but one of my favorite is the css zen garden, (css Zen Garden: The Beauty in CSS Design)) - in the Zen Garden you will find that all the underlying source code for the web page is the same, while the css that runs it creates some real powerful presentations.

    Also, for books, the css zen garden is a book, I like Bullet Proof Web Design (v2 is now on the shelves), and sitepoint's css 101 can be very useful as well when learning how to design and develop website's of any nature.

    Probably the best thing you can take from leaving tables and going to the new divs / css approach is that you can easily begin to work with Dhtml in your layouts and get a more rich web interface than you could have gotten with tables, plus it is easier (for me) to mark up the DOM at run-time with a more structured approach via XHtml / CSS.

    I hope this helps and it is a very exciting territory of web you are getting yourself into so have fun, don't get frustrated, and stick with it and you can pick it up very fast.

    Scott Haines
    Newfront Creative
    San Francisco Bay Area Website Design and Development
    Scott Haines
    Web Designer, San Jose

  8. #8
    Moderator chrisJumbo's Avatar
    Join Date
    Oct 2005
    Location
    Near Sacramento, CA
    Posts
    794

    Re: OK, I've decided to go tableless... now what?

    You might want to check out some blogs, as well. Wordpress blogs (except for customizations) depend on CSS. If you can think of your page in terms of blocks, that will help.

    Sitepoint has a couple of good books, "Build Your Own Web Site The Right Way Using HTML & CSS" and "HTML Utopia: Designing Without Tables Using CSS, 2nd Edition". I believe the first book is more for beginners of HTML.

    The <DIV> element tends to be used the most to control where the different blocks are placed.

  9. #9
    Junior Member
    Join Date
    May 2005
    Posts
    20

    Re: OK, I've decided to go tableless... now what?

    BUT
    never forget IE and Firefox does not show your pages the same.
    It is a shame that there still has to be differences in browsers.

    Heck, there are differences in monitors or maybe the OS?? set at the same resolution.
    The problem I had was a div clear left, and for most people, the rest of the page was fine.
    For others, the next div showed below the first div, rather than to the right of it, because the width was 10 px larger than the screen.

    Anyway, hacks should not be needed for pages to look the same in all browsers/resolutions.

  10. #10
    Moderator chrisJumbo's Avatar
    Join Date
    Oct 2005
    Location
    Near Sacramento, CA
    Posts
    794

    Re: OK, I've decided to go tableless... now what?

    It would be nice if Hacks weren't needed, but they are.

    I recently came across a fun one though. My page in IE looked as I expected, but FF did not. I had to explicity add a height to my divs for it to display correclty in FF. Not really a hack, but interesting that IE could handle expanding the div w/o the pre-determined height, but FF could not.

    @tombstoneweb, have we scared you enough, yet?

Page 1 of 2 12 LastLast

Similar Threads

  1. New tableless site
    By subho in forum Submit Your Site For Review
    Replies: 5
    Last Post: 06-25-2008, 01:53 AM
  2. OTC Morning After To Be Decided By Sept. 1
    By jmiller in forum The Castle Breakroom (General: Any Topic)
    Replies: 2
    Last Post: 07-19-2005, 09:37 AM
  3. Translation of French Court Order in Recently Decided Googl
    By WPW_Feedbot in forum Search Engine Optimization Forum
    Replies: 0
    Last Post: 01-25-2005, 02:00 PM
  4. Help with tableless .css
    By malcolm in forum Graphics & Design Discussion Forum
    Replies: 1
    Last Post: 11-22-2003, 07:20 PM

Posting Permissions

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