radio button in epub
Hi,
Can anyone tell me how to embed radio button in epub?
I've tried the following coding in html, but i didn't get the output in both ADE and Kindle. Can anyone suggest alternative approach to this instance?
<p><input type="radio" name="color" value="Yes"/>Yes<br/>
<input type="radio" name="color" value="No"/>No</p>
thanks,
Bhuvana
|