Hi All

Ive got the following CSS file, called editor.css and it resides in
the www\css folder of my project.

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #65686f;
        text-align:left;
}
body.mceContentBody {
  background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #65686f;
        text-align:left;
}
floatLeft {
float:left;
margin-right: 25px;
margin-bottom: 25px;
}
floatRight {
float:right;
margin-left: 25px;
margin-bottom: 25px;
}
.mceContentBody.floatLeft {
float:left;
margin-right: 25px;
margin-bottom: 25px;
}
.mceContentBody.floatRight {
float:right;
margin-left: 25px;
margin-bottom: 25px;
}


Ive gone into farcry admin, general settings, then tinyMCE, and
pointed it towards the new CSS file.
However, the float styles are not appearing in the drop down list
within the TinyMCE editor.

Does TinyMCE in version 4 of Farcry use different syntax than to that
of TinyMCE within version 3 of Farcry as the above CSS works fine in
version 3.

Thanks
B


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to