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...