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.
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.
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
I have checked my Editor stylesheet already. The styles are showing in the editor.
I think I solved it my self.
By not using p.DrawingText, but .DrawingText.
is working on a reply...