| Author |
Very basic question - how do I make this text underlined using style=""?...(SOLVED)
|
Matt Kohanek
Village Idiot
Ranch Hand
Joined: Apr 04, 2009
Posts: 483
|
|
It is just a simple h:outputText tag:
<h:outputText value="Devices For #{updateAllBean.projectName} (ID - #{updateAllBean.projectId})" style="" />
I have the style= attribute there at the end, but I don't know what to put in there. I know if I want to do it in italic I use font:italic. I found it while trying to find out how to underline on w3schools.com, but I simply cant seem to find how to do underlined text!
I know it is a simple question, but please have pity lol
nevermind, text-decoration:underline, I found it
|
True wisdom is in knowing you know nothing - Socrates
|
 |
 |
|
|
subject: Very basic question - how do I make this text underlined using style=""?...(SOLVED)
|
|
|