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 p {margin:0 0 1.5em; font-size: 16px;} #leftcontent p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;} #leftcontent p img.right {float:right;margin:1.5em 0 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 p img.right.
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 p {margin:0 0 1.5em; font-size: 16px;}
#leftcontent p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
#leftcontent p img.right {float:right;margin:1.5em 0 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 p img.right.
Any help on how to set this correctly?
is working on a reply...