Here's how I did it.

I've got an RSS feed reader and wanted to be able to see the links in the
body.

it's not in CSS though.

in my init() function.

var hover:Object = new Object();
               hover.color = "#1EBBDE";
               hover.textDecoration = "underline";
               var link:Object = new Object();
               link.color = "#0000FF";

               feedEntryStyle.setStyle("a:hover", hover); //set the link
hover style
               feedEntryStyle.setStyle("a:link", link); //set the link
normal style

HTH

On 16 Mar 2007 06:17:51 -0700, maikelsibbald <[EMAIL PROTECTED]>
wrote:

  As my subject is saying? How to style through CSS HTML in
RichTextEditor/TextArea?

Does anybody know hoe to do this? The docs are saying "You can also
define a:link, a:hover, and a:active styles for anchor tags by using
style sheets. "




--
John Wilker
Vice President Software Development/Writer
Red Omega Solutions, Inc.
www.johnwilker.com / www.red-omega.com

"Everything changes, nothing remains without change." ~Buddha c.483 bc

Reply via email to