I hate Firefox
I hate Firefox
Out of context: Reply #29
- Started
- Last post
- 59 Responses
- sparker0
"what's wrong with using table layouts formatted with CSS styles?"
they don't work properly in devices and displays other than specific browsers for one thing.
second, that isn't what a table was created for. table. tabular data.
they don't render correctly for screen readers, or other 'accessiblility' utiities.
they don't work when building web based applications...or when incorporated into web based applications...such as programs built with xul, php, etc.
you can triple your code weight when using languages like php and perl by using tables...if you're not careful - and most designers aren't.
the list goes on and on.
use them if you want...but it IS incorrect implementation of HTML/XHTML.