Copied to clipboard

Flag this post as spam?

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


  • Ethan 41 posts 61 karma points
    Jul 02, 2010 @ 09:55
    Ethan
    0

    To change the appearance of a sentence

    I want to apply the font element and its properties like color,size,face. How can I modify the tinyMCEConfig.config file to achieve that goal. Especially, I frequently use the statement <p><font     ></font></p>. Your feedback is highly appreciated, thanks very much!
  • Hundebol 167 posts 314 karma points
    Jul 02, 2010 @ 10:02
    Hundebol
    1

    Hi Ethan,

    The usual way of doing this in Umbraco is to setup a css file under Settings with you color, size and font-family, e.g.:

    p {
    font-family: verdana;
    font-size: 10pt;
    color: red;
    }

    Afterwards you go to Developer -> Datatypes -> Richtext editor
    Tick the box in front of your newly created CSS-file under "related stylesheets"

    This works because tinyMCE automatically inserts the p-tags around your text.

    Best regards,
    Hundebol

  • Ethan 41 posts 61 karma points
    Jul 02, 2010 @ 10:48
    Ethan
    0

    thanks a million!

  • Hundebol 167 posts 314 karma points
    Jul 02, 2010 @ 10:50
    Hundebol
    0

    No problem.

    Remember to set the thread as solved for future reference. :)

    Best regards
    Hundebol

  • 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.

Please Sign in or register to post replies