Copied to clipboard

Flag this post as spam?

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


  • Daniel Palm 36 posts 148 karma points
    Jan 23, 2012 @ 13:26
    Daniel Palm
    0

    Styles not working properly

    Hi all,

    I´m running Umbraco 4.7.1.1. Fabulous stuff! I was up and running in two days.

    But, the Styles-function in the Richtext-editor is not working as it should. I´ve created a couple of styles and they are all showing up in the Styles-dropdown. My Header style (Alias: h1) is working, but not styles using class names. I can´t even get the selected styles to stick to the selected text. 

  • Adi 17 posts 36 karma points
    Jan 23, 2012 @ 13:51
    Adi
    0

    go to developer section, data types, richtext editor. check related stylesheets checkbox.

    here is a sample class i've created for my site and it works gr8.

    name:

    blockquote

    alias:

    .blockquote

    styles:

    font: italic 1em/1.6em Georgia, "Times New Roman", Times, serif;   width: 200px;   background: url(images/close-quote.jpg) no-repeat right bottom;   padding-left: 22px;   text-indent: -18px;   margin: 20px 0 10px 10px

     

     

  • Daniel Palm 36 posts 148 karma points
    Jan 23, 2012 @ 13:55
    Daniel Palm
    0

    I have checked my Editor stylesheet already. The styles are showing in the editor.

  • Daniel Palm 36 posts 148 karma points
    Jan 23, 2012 @ 14:05
    Daniel Palm
    0

    I think I solved it my self.

    By not using p.DrawingText, but .DrawingText.

Please Sign in or register to post replies

Write your reply to:

Draft