• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Very basic question - how do I make this text underlined using style=""?...(SOLVED)

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic