Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jing.ling 29 posts 20 karma points
    May 11, 2009 @ 07:06
    jing.ling
    0

    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

  • Kyle Skrinak 58 posts 20 karma points
    May 20, 2009 @ 14:06
    Kyle Skrinak
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft