Adding Some Saparation Text Between Two Consecutive <option> Tags of a Form? -
04-15-2008
, 10:38 PM
I need to place some text between two consecutive "<option>" tags of a
form.
I would like something like the setting below.
I need the user to be able to see some separation text,
like "FONTS" below.
This text should not be clickable.
How do I do it?
@@@@@@@@@@@@@@@
<form>
.....
<option class="bounds" value="clipart">Clipart</option>
FONTS
<option class="brenda" value="fonts">Font</option>
.....
</form>
@@@@@@@@@@@@@@@
Thank you!
maria |