Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Tables Help


Message #1 by "Tom Nocer" <chevelleneeded@y...> on Sun, 19 Jan 2003 21:47:45
Finally took your advice Imar and you were right.  Works perfect now.
Thanks for conviencing me, sorry I was stubborn : )

Tom



Hi Tom,

Why are you so eager to avoid nested tables? IMO, if you are using tables 
anyway instead of using pure CSS, what's against wrapping each "column" 
table inside one parent table that defines three rows? This will work in 
older browsers and it is pretty much the best cross browser solution.

If you don't want to use tables to conform to "modern style" coding, you 
could drop your tables altogether and just use CSS positioning.....

Cheers,


Imar


  Return to Index