"Michael G" <mike-g@[EMAIL PROTECTED]
> wrote:
> Is there any way to format text within a option tag.
Basically no.
> I have tried a
> variety of thing but
> all seem to be a hack.
Then select another option (pun intended), i.e. use a different approach.
Instead of a select element, use a set of radio buttons, as described at
http://www.cs.tut.fi/~jkorpela/forms/choices.html#select-inflex
> <select>
> <option>CS 445 3 Fall 2005</option>
> <option>ENEX 333 2 Fall 2005</option>
> ...
> </select>
Looks like tabular material, so make it a table, with a radio button in
the
first column.
(This would also let you e.g. make "CS", "ENEX", etc., links to
explanations, for those you might not guess what they mean.)
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


|