I am pasting following as source for fck editor:
<p> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /><style type="text/css"> <!-- table.bulletin { width: 600px; } td.bulletin_footer { font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; padding: 4px; text-align: center; } td.bulletin_message { font-family: Arial, Helvetica, sans-serif; font-size: x-small; padding: 4px; vertical-align: top; } td.bulletin_title { font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; padding: 4px; } --> </style></p> <table class="bulletin" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="bulletin_message">Some Text</td> </tr> </tbody> </table>
All stiles are defined in "editor\css\fck_editorarea.css" file.
When I select text, font and size drop downs used to properly display 'Arial' and 'x-small'.
I was using FCK versions 2_1_1 and 2_4_3.
Recently I upgraded to fckeditor_2_6_4, and drop down boxes do not recognize anymore size and font associated with selected text (bulletin_message class)
Please help, thanks
Relja
Re: fck_editorarea.css styles not recognized by size/font drop d
td.bulletin_message
by this:
.bulletin_message
Maybe this helps?
Re: fck_editorarea.css styles not recognized by size/font drop d
Relja