View Single Post
Old Nov 8th, 2007, 10:24 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Radio Buttons and TR spacing

Of course it isn't enough information. You don't even bother to say what, among the rendering differences, is bothering you. The vertical position? The horizontal position? Obviously, should we happen to guess correctly, we can't point out the errors in, or misuse of, markup that we can't see.

Generally speaking, tables should not be used for layout. Tables are for tabular material. A lot of your material is tabular, so that's fine. If you're talking about placement of the page contents, I'd personally accomplish it in another way.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote