From: <me...@sh...> - 2002-02-21 16:24:53
|
Hi All I assume this bit of code for radio buttons displays a radio button and choices to a question in a row (down the screen). How do I change this to display the choices accross the screen. I've been trying to do this for several hours and would be very grateful for any help/direction at all. Many thanx Len <tr> <td><?php echo(mkradio($qid,$choice['id'])); ?></td> <td><?php echo($choice['content']); ?></td> </tr> |