I made an FCKeditor textarea for students where they can fill in there answers on questions.
If the students are finished the teacher opens there answers in his own FCKeditor area with other settings.
The teacher must be able to fill in some notes in red between the answers of the students.
I can't find any possibilities to set the default font to red(<span style=color:red>)
I made this in fckstyle.xml
Met how can i make this style the default style?
Can anybody give me a hint how to handle with this problem???
THANK YOU!
If the students are finished the teacher opens there answers in his own FCKeditor area with other settings.
The teacher must be able to fill in some notes in red between the answers of the students.
I can't find any possibilities to set the default font to red(<span style=color:red>)
I made this in fckstyle.xml
<Style name="Correctionmode" element="span"> <Style name="color" value="Red" /> </Style>
Met how can i make this style the default style?
Can anybody give me a hint how to handle with this problem???
THANK YOU!