View Single Post
Old 01-05-2004, 01:46 AM   #9
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,175
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
sofry, interesting read!

To answer your last question, "But should I be using tables at all if I want to write for both desktop browsers and handheld computers?" - try to learn how to use divisions, <div id="main">...</div> together with the appropriate CSS to avoid tables completely for layout purposes.

Tables are generally rendered more slowly on browsers and offer less freedom than CSS. With CSS, you can do pixel-exact positioning, relative positioning, etc. The index of http://www.turcic.com doesn't use a single table for instance.
Alexander Turcic is offline