Re: [flexcoders] How to style through CSS HTML in RichTextEditor???

2007-03-16 Thread John Wilker
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 lin

[flexcoders] How to style through CSS HTML in RichTextEditor???

2007-03-16 Thread maikelsibbald
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. "