Dear Omri:

You can check out the W3C specs for the <table> tag to get the official 
explanation (http://www.w3.org/TR/html4/struct/tables.html).  It is my 
experience that tables are only for data (collections of statistics, 
etc), whereas anything you are putting in a table simply for layout is a 
no-no (unless you are transitioning and using CSS only for styles, 
layout is a lot more difficult).  You can put a calendar in a table 
since it is tabular data, but you do have to label it correctly.  The 
major concern of tables is they are difficult for people with handicaps 
to read and the information is lost.  If you can avoid a table with a 
cleaner method, I recommend doing so.  If you are uncertain if it will 
cause problems, try reading your page on a cell phone or on a computer 
with JAWS.  If you can't follow what is going on, your users won't 
either. ;-)

-- 

In peace,

Amy M Ostrom
Web Interface Designer
[EMAIL PROTECTED]
http://www.tc.umn.edu/~aostrom/

"For dangers untold and hardships unnumbered, I have fought my way to the 
castle beyond the goblin city to take back the child that you have stolen. For 
my will is as strong as yours, and my kingdom is as great. You have no power 
over me." -Labyrinth



Omri Gonen wrote:
> Hey,
>
>  
>
> We are rewriting a complex PHP website, that should work with CSS, I
> would like to know, when it is ok to use tables and when it is rather to
> use CSS layout?
>
>  
>
> Thanks
>
> Omri
>
>  
>
> Omri Gonen
>
> CEO - TACT Internet Applications
>
> ___________________________
>
> Phone: 972-8-9361477
>
> Mobile: 972-52-8981301
>
> Fax: 972-8-9363308
>
> Openhimer 7 Rechovot, Israel
>
> Keep in TACT
>
> http://www.tact.co.il 
>
>  
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to