JSF - <h:outputText> making some of words Bold
Posted
by karansardana
on Stack Overflow
See other posts from Stack Overflow
or by karansardana
Published on 2010-03-18T05:45:40Z
Indexed on
2010/03/18
5:51 UTC
Read the original article
Hit count: 318
How can we go about making some of the words in a sentence appear in BOLD
for example - I'm trying to put one of the words of a sentence in BOLD i.e.
sentence is "please select the amount"
amount should be in BOLD, and now, when I use
message = "please select the amount "
This doesn't work. It simply shows please select the amount .
How can I get this to work?
© Stack Overflow or respective owner