I have a rich text editor that is being used on a doctype.
I've created a new stylesheet and gone into the developer section to enable that stylesheet for the control.
My problem is that I'm using SIFR to replace certain text with flash.
Any time SIFR sees this it pretties up the text
<h3 class="navy">whatever</h3>
Is there any way I can get the RTE to actually write this out in the html? at the moment I can only get it to pop out
<h3>whatever</h3>
Here's what I'm currently popping in the stylesheet. I created this style by right clicking the stylesheet and selecting create, I didn't just type it into the stylesheet node.
Rich Text Editor Query
Hi
I have a rich text editor that is being used on a doctype.
I've created a new stylesheet and gone into the developer section to enable that stylesheet for the control.
My problem is that I'm using SIFR to replace certain text with flash.
Any time SIFR sees this it pretties up the text
Is there any way I can get the RTE to actually write this out in the html? at the moment I can only get it to pop out
Here's what I'm currently popping in the stylesheet. I created this style by right clicking the stylesheet and selecting create, I didn't just type it into the stylesheet node.
Name: subheading
Alias h3.navy
styles
padding:0;
margin:0;
color:#0A50A1;
font-weight: normal;
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.