Hi Daniel
>>>On 8/20/2010 at 01:58 AM, Daniel Carrera <[email protected]> wrote:
> Thanks. I will update the website to make the text clickable. I didn't
> do it before because it is more difficult / more work. But making the
> text clickable would be a good usability improvement.
This should be a simple fix. If you add an id="blah" attribute to the <input>
tag and then surround the text with <label> tags with the for="blah" attribute.
ie:
<div id="install">
<h3>I am looking for ...</h3>
<input name="type" value="easy" type="radio" id="easy">
<label for="easy">The easiest possible install.</label><br>
<input name="type" value="last" type="radio" id="last">
<label for="last">The latest version of PDL.</label><br>
<input name="type" value="last" type="radio" id="last2">
<label for="last2">A customized installation.</label>
</div>
For example:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_label
Regards,
Trevor.
> Daniel.
>
>
> On Thu, Aug 19, 2010 at 3:55 PM, Luis Mochan <[email protected]> wrote:
>> I'm resending the message since inadvertently my message showed the full
>> tree, and I actually only see the first three items until I push the buttons
>> (somehow my cut&paste for the previous message didn't work).
>> Sorry
>> Luis
>>
>> On Thu, Aug 19, 2010 at 8:51 AM, Luis Mochan <[email protected]> wrote:
>>>
>>> Congratulations and thanks!
>>>
>>> I had a dumb problem while browsing the site, which however, others might
>>> have. After clicking 'Get PDL' a list is presented with the items
>>>
>>> I am looking for ...
>>>
>>> The easiest possible install.
>>> The latest version of PDL.
>>> A customized installation.
>>
>>
>>>
>>> Maybe due to my fonts, I thought the circles on the left were simple item
>>> indicators. The pointer didn't change shape as I moved over the item's text
>>> or indicators and nothing happened when I clicked over the text. I thought
>>> there was something wrong with my 'NoScript' or that the page was
>>> incomplete. I was about to give up when I found out accidentaly that the
>>> circles are actually radio buttons. Maybe an indication such as '(please
>>> push the appropriate radio button)' would be useful, even if ugly.
>>>
>>> Best regards,
>>> Luis
>>>
>>>
>>
>> _______________________________________________
>> Perldl mailing list
>> [email protected]
>> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>>
>>
>
>
>
> --
> Intolerant people should be shot.
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
NIWA is the trading name of the National Institute of Water & Atmospheric
Research Ltd.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl