In these situations, my impulse is to fireup FireFox with Firebug and then right click on the styled (or not) text, choose "inspect element" and then see what Firebug reports. I'm also thinking that having a style work in the RTE isn't the same as on the web page; is the correct css file associated to the correct rendered html file? Where have you defined this class?
Porblem at applying font style in Richtext Editor
Hi. I am using Umbraco 4.0.1. currenly I created some font style like :
[code]
.font_8
{
font-size: 8px;
}
[/code]
and linked it to Richtext editor. It works fine in the Richtext editor and show in HTML source like:
[code]
Test Content
[/code]
but after I save and publish it, the style disappear in the web page.
Can someone help me about that?
Thank you
In these situations, my impulse is to fireup FireFox with Firebug and then right click on the styled (or not) text, choose "inspect element" and then see what Firebug reports. I'm also thinking that having a style work in the RTE isn't the same as on the web page; is the correct css file associated to the correct rendered html file? Where have you defined this class?
is working on a reply...