Welcome to the Worldwide Estetica Graphic Design and Web Design Forum
The friendly forum for all things design related
Register for a FREE account now to remove these ads
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 ...
Its great for running dynamic data, for example, restaurant menu's, calendars, stuff like that.
No, do that with CSS and xHTML.
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?
A calendar is a great example. But the menu you mentioned shouldn't be done with tables. A menu is a list if anything.
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.
Yeah, style it in HTML, populate it with PHP. Just don't use a table for it.
and i meant, a restaurant menu (especially big menu's). I hope I didn't confuse anyone.
ADVERTS - NOT VISIBLE TO MEMBERS