How can I format the content rich text field using javascript? Is there there another way to do that?
Subject: RE: Formating Rich Text field
The Javascript language doesn’t have objects to handle rich text. It’s not something you find in a browser.
Different controls for editing rich text, may have ways for you to extract their contents as HTML and manipulate them and push them back. But that’s dependent on which control you’re using.