Graphic and Web Design Forum

Welcome to the Worldwide Estetica Graphic Design and Web Design Forum


The friendly forum for all things design related

  •  » Graphic Design
  •  » Web Design
  •  » Photography
  •  » Typography
  •  » Flash and 3D
  •  » Plus much more!

Register for a FREE account now to remove these ads


Page 2 of 4 FirstFirst 1234 LastLast
Results 9 to 16 of 26

Tables and Divisions

This is a discussion on Tables and Divisions within the CSS Forum, Originally Posted by lysol ... Tables are Tabular. Great for dynamic websites using php/mysql, but not for design. ... No. Tables are great for tabular data. That's it. Originally Posted by lysol It's messy and aggravating. Having to go to every page to change a ...


      
   
  1. #9
    CSS Wizardry
    Join Date
    May 2007
    Location
    Leeds, England
    Posts
    11,620

    ADVERTS - NOT VISIBLE TO MEMBERS

    Quote Originally Posted by lysol View Post
    ...Tables are Tabular. Great for dynamic websites using php/mysql, but not for design....

    No. Tables are great for tabular data. That's it.

    Quote Originally Posted by lysol View Post
    It's messy and aggravating. Having to go to every page to change a layout through tables, and having to load an image, remove an image, etc. Annoying. That is why CSS was invented. To avoid having to work with frustrations of tables. If you don't learn CSS now, you will never learn how to properly and efficiently design a website.
    Not really. It wasn't for development ease but for accessibility and better user experiences.

  2. #10
    Antibacterial
    Join Date
    Dec 2008
    Location
    Washington, DC
    Posts
    26
    Its great for running dynamic data, for example, restaurant menu's, calendars, stuff like that.

  3. #11
    CSS Wizardry
    Join Date
    May 2007
    Location
    Leeds, England
    Posts
    11,620
    No, do that with CSS and xHTML.

  4. #12
    Antibacterial
    Join Date
    Dec 2008
    Location
    Washington, DC
    Posts
    26
    You can use tables for data, and for a small example, lets use a Calendar.

    With that Calendar, you have rows and colums created with tables. You code it with css to layout the design, and use php/mysql for the dynamic data. Your page would be a php extension page. What does xHTML have to do with it?

  5. #13
    CSS Wizardry
    Join Date
    May 2007
    Location
    Leeds, England
    Posts
    11,620
    A calendar is a great example. But the menu you mentioned shouldn't be done with tables. A menu is a list if anything.

  6. #14
    Antibacterial
    Join Date
    Dec 2008
    Location
    Washington, DC
    Posts
    26
    True. But when you have a menu, even setting it as a list, its a pain to go into making changes, which is why its great to use PHP. The menu data is contained in the database, and all you have to do is go into your phpmyadmin, edit add, delete menu items. The table row becomes repeated, only 1 row. you don't have to create more rows or columns, it would just repeat the php code within 1 row without sacrificing more tabular mumbo jumbo.

    just giving my personal opinion as its a pain to have clients call me and want to make changes. Why bother? PHP that website, and let them change it.

  7. #15
    CSS Wizardry
    Join Date
    May 2007
    Location
    Leeds, England
    Posts
    11,620
    Yeah, style it in HTML, populate it with PHP. Just don't use a table for it.

  8. #16
    Antibacterial
    Join Date
    Dec 2008
    Location
    Washington, DC
    Posts
    26

    ADVERTS - NOT VISIBLE TO MEMBERS

    and i meant, a restaurant menu (especially big menu's). I hope I didn't confuse anyone.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Help with Tables!
    By RJC in forum CSS Forum
    Replies: 10
    Last Post: 05-11-2008, 01:20 AM
  2. Are tables unprofessional?
    By jonze in forum General Web Design Forum
    Replies: 12
    Last Post: 15-08-2008, 05:22 PM
  3. Tables and Css style
    By SilverShadow in forum CSS Forum
    Replies: 1
    Last Post: 15-05-2008, 11:59 AM
  4. No Tables
    By Miss Leona in forum CSS Forum
    Replies: 12
    Last Post: 20-02-2008, 07:15 AM
  5. CSS vs HTML Tables
    By Talks_44 in forum CSS Forum
    Replies: 11
    Last Post: 21-09-2007, 11:49 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
  •