Hi!
I use ckeditor to maintain a webpage. We have special customized styels for the headings, h1-h6. Ex h1 has style:
h1 {
color:#336633;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:normal;
letter-spacing:2px;
}
I would like to have each heading in the droplist in the same format, so that the user can see in the editor how it will look like. I assume that I have to load a css or style somewhere in the format/plugins.js, but I can´t figure out where and how.
Anyone?
Best regards
Jenny
I use ckeditor to maintain a webpage. We have special customized styels for the headings, h1-h6. Ex h1 has style:
h1 {
color:#336633;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:normal;
letter-spacing:2px;
}
I would like to have each heading in the droplist in the same format, so that the user can see in the editor how it will look like. I assume that I have to load a css or style somewhere in the format/plugins.js, but I can´t figure out where and how.
Anyone?
Best regards
Jenny