View Single Post
  #17 (permalink)  
Old 02-01-2009, 08:39 PM
MrGamm's Avatar
MrGamm MrGamm is offline
WebProWorld Pro
 
Join Date: Dec 2007
Posts: 268
MrGamm RepRank 3MrGamm RepRank 3
Default Re: CSS based design vs. Table based design

Quote:
I wouldn't recommend using photoshop for anything but grapichs, such as buttons, backgrounds etc.
Agreed... but it can get you started for sure... just for the record... pure css with spans and divs made in a text editor is certainly the best way to go... it really took me a while to realize it.

But for all practical purposes... (in some cases it's the only practical option) tables are fine... especially when used with the css attribute...

table-display:fixed

to speed the rendering of page elements... you will know you are doing something very "wrong" if you start nesting your tables one inside the other. jmo...
__________________
James Weisbrod - programmer

Last edited by MrGamm; 02-01-2009 at 08:41 PM.
Reply With Quote