• 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

highlighting of text

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure if this is a jsp question or not but I want to do something like manipulate text that I highlight.
I want to do something like this: http://www.codeproject.com/useritems/w3richtechedit.asp
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doh...

The second before I clicked submit, my network at work went down, so of course... I'm retyping. So you'll only get a short version.

I'm not clear about your meaning, so I'll supply two answers:

If you want to know if there is a plugin that lets you do rich text editing for JSP's, check out http://www.ektron.com/wysiwyg-html-editor.cfm

This is a product we use here at work, it's part of a larger toolset that is servlet based that packages this plugin as a '3rd party enhancement'

If you meant the yellow highlighting, check out style sheets.

The site you linked has defined the following style (look at the very top of the source for the page.. it's a meta link...) That's from the style sheet, and whenever you want that background, you'd enclose your html in < PRE > tags
 
reply
    Bookmark Topic Watch Topic
  • New Topic