Hello,
I'm using a basic RadEditor as below:
From the HTML mode, I enter the following:
When returning to Design or Preview mode, the DIV is blue, but the SPAN is not red. Do you have any idea why?
The RadEditor is in a page with NO stylesheet.
Thanks,
David
I'm using a basic RadEditor as below:
<telerik:RadEditor ID="re1" runat="server"> </telerik:RadEditor>From the HTML mode, I enter the following:
<html> <head> <style> span{ color: red !important; } div { color: blue !important; } </style> </head> <body> <span>should be red</span> <div>should be blue</div> </body> </html>When returning to Design or Preview mode, the DIV is blue, but the SPAN is not red. Do you have any idea why?
The RadEditor is in a page with NO stylesheet.
Thanks,
David
