JavaScript and client side scripting.
Moderator: General Moderators
-
icesolid
- Forum Regular
- Posts: 502
- Joined: Mon May 06, 2002 9:36 pm
- Location: Buffalo, NY
Post
by icesolid »
How do I make text inside of a selection box option bold.
I want to make one word in a option in a selection box bold.
EX: Text In <b>BOLD</b>
-
louie35
- Forum Contributor
- Posts: 144
- Joined: Fri Jan 26, 2007 8:40 am
- Location: Dublin
-
Contact:
Post
by louie35 »
look into optgroup label and css to achieve this
-
icesolid
- Forum Regular
- Posts: 502
- Joined: Mon May 06, 2002 9:36 pm
- Location: Buffalo, NY
Post
by icesolid »
I am looking to bold a WORD in a OPTION in a SELECTION box. The OPTGROUP is to bold a whole line.
-
louie35
- Forum Contributor
- Posts: 144
- Joined: Fri Jan 26, 2007 8:40 am
- Location: Dublin
-
Contact:
Post
by louie35 »
i don't think that's possible.
You can not add html tags inside the select menus.
Have you seen something like that done before?
-
icesolid
- Forum Regular
- Posts: 502
- Joined: Mon May 06, 2002 9:36 pm
- Location: Buffalo, NY
Post
by icesolid »
No, I was just wondering if it was possible.