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