Copied to clipboard

Flag this post as spam?

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


  • David 11 posts 31 karma points
    May 18, 2012 @ 17:51
    David
    0

    Stylesheet Properties

    I'm using the business site skin/startupkit from the Umbraco Install.

    The custom css uses #LeftContent for the main content.  I wanted to add styles to float right and left, I copied them from the startkit.css which doesn't seem to be used by the skin.  So I end up with:

     #leftcontent {margin:1.5emfont-size16px;}
       #leftcontent img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
       #leftcontent img.right {float:right;margin:1.5em 1.5em 1.5em;}

    These work fine on the website, but not in the Richtext editor, or I don't know the proper Alias?  I just put ImgRight Alias  #leftcontent img.right.

    Any help on how to set this correctly?

  • 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