The forum operates in read-only mode. Please head to StackOverflow for support.
<Style name="Title" element="span"> <Attribute name="class" value="title" /> </Style>
Re: Use our own CSS...
http://docs.fckeditor.net/FCKeditor_2.x ... torAreaCSS
Re: Use our own CSS...
Can you please clarify this? I have changed the FCKConfig.EditorAreaCSS to point at my own CSS file.
You suggest that I wont have to ".... define the contents of the styles all over again" - what does this mean?
If I have
.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
background-color: #99CC00; color: #003333;}
.subtitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 30px;
color: #003300;}
.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #A8000C;
}
in my CSS, what would I need in the .xml file?
Many thanks
Pete
Re: Use our own CSS...
e.g.
Replace the "span" with something else if you're going to use another tag for the titles.