Radio Groups

  • Thread starter Thread starter Cladironbeard
  • Start date Start date
C

Cladironbeard

Hello,

I have a question about radio button list.

I want to wrap each option with a <td>O option 1</td> so that I can
make it line up with its respective header.

suggestions?
 
Cladironbeard said:
Hello,

I have a question about radio button list.

I want to wrap each option with a <td>O option 1</td> so that I can
make it line up with its respective header.

suggestions?

Don't use a radio button list, but have separate radio buttons. That way you
have full control over where they appear.

If you like using a list because you want to add items at run-time, then
still use separate radio buttons but add them dynamically - it just requires
a little more thought as you need to add them in page_init.

Hope this helps.
 
Back
Top