Posted by Garry Jones on 04/26/06 22:11
I am using a form that uses php code.
On it I have the following radio buttons.
<td width="250" valign="top">
Choice1<input type="radio" value="FV1 140km - 300kr" name="fardvag<?= $dna
?>" ><br>
Choice2<input type="radio" value="FV2 88km - 280kr" name="fardvag<?= $dna
?>"><br>
Choice3<input type="radio" value="FV3 35km - 160kr" name="fardvag<?= $dna
?>"><br>
Choice4<input type="radio" value="TOM" checked name="fardvag<?= $dna ?>" >
</td>
Is there any php code that I can use that will display a help bubble text
over each of the four choices.
If it can not be done with php can anyone point me a more appropiate
newsgroup.
Thanks for any help
Garry Jones
Sweden
Navigation:
[Reply to this message]
|