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>
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