@ Cathal
Thanks for the tip sorry for my late reaction I have been sick a few days
It’s a nice list of items and tips about editors in DNN
It is however at some points incorrect and outdated but it still gives an insight where you might want to look to solve your problems it’s not my intention to offend you with saying it incorrect or outdated I just want to mention it because at some points it is the outdated part is not so bad anyway because people with older versions need an editor to
“
· Create a file called RadEditor.css in your portal root.
· Copy all the content-specific styles from your skin into this file leaving out layout or module specific styles. The editor will copy most of these already so only focus on ones needed in the styles drop down and overides for layout.
· Be sure to add body,html{background-color:#fff;text-align:left;} to keep the editor area clean and usable.
· Narrow the focus of the classes and IDs (For example, a ul specific style would be ul.MyStyle{...} not .MyStyle{...} ). This will allow the editor to put icons beside the style as visual cues for where and when to use the class.
· The classes should be "declared" in a clean manner. The style ul.MyStyle li won’t make the parent ul style available. A rule like ul.MyStyle rule must exist first.
· To apply the settings, Open:/Providers/HtmlEditorProviders/Telerik/Config/ConfigDefault.xml and add
“
Is part of http://www.dotnetnuke.com/Resources/W...
this is one of my problems but maybe I don’t use the editor right in this aspect
like I described in my earlier post I don’t want to use an detailed approach like ul.MyStyle or I should say my boss doesn’t want this approach it makes the list to long and unclear I kind of agree to this but I do want to create specific styles for different elements that do get picked the editor so it shows the content the way it’s going to be on the website the hard part about this is that it takes the styles up in the dropdown list if you add them to the editor.css the most easy solution for this would be to add a comment in the editor.css something like /* not in list */ and everything after that is not included in the list I have looked for some function like this but I couldn’t find it so I suppose it isn’t there the next best thing would be to close al element tags out so ul.MyStyle is not going to show in the list after that there is one solution this is to put those styles in skin.css this takes them out of the list but is also doesn’t show in the editor which I don’t like I have tried this with the new version now and am still experiencing these problems
there also seems to be a problem with the content area option of the html editor manager if you put this to div it doesn’t pick up the editor.css at all this is not related to my problem nor do I really care I just thought I mention it so you can solve it for people who need that function
if you have further questions about my problems and the situation they happen in or don’t understand what I mean I would love to hear so I can try to explain or add something to my description also If you have questions about the editor or don’t understand something I will try my best to answer these questions and I am sure other people on this forum will also so don’t hesitate to ask
Greetings Woxbel
The Netherlands