|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
This bit of code for radio buttons displays a radio button and choices to a question in a row (down the screen) like this:
o New York o Boston o Chicago <tr> <td><?php echo(mkradio($qid,$choice['id'])); ?></td> <td><?php echo($choice['content']); ?></td> </tr> How do I change this to display the choices accross the screen. Would be very grateful for any help/direction at all. Many thanx Legion |
|
#2
|
||||
|
||||
|
ok, you're new here so I will go easy on you.
First of all, bad topic name - read sticky on how to post good threads. Then, there is php forum and this question should've been asked there. And thirdly, it is html question not php question. <tr> <td><?php echo(mkradio($qid,$choice['id'])); echo($choice['content']); ?></td> </tr>
__________________
And you know I mean that. |
|
#3
|
|||
|
|||
|
you just need to strip the <tr> and </tr> tags.
but make sure you have one <tr> after the <table> tag and one </tr> before the </table> tag. |
|
#4
|
|||
|
|||
|
Sorry about that Al :-)
I tried what you suggested already and it doesn't work. However, I thought this was a beginners group and we could ask any question. |
|
#5
|
||||
|
||||
|
if that doesn't work, show us some more code
|
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > Help with php script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|