I'm not on version 4, but just to check, do you have the following line:

theme_advanced_styles : "style one=style_one;style two=style_two", 

in the config?  You need to replace "style one" with the name you want in
the dropdown and "style_one" with the class name.  So if you want Float
Right to show up in your dropdown you'd add this:

theme_advanced_styles : "Float Right=floatRight",


_____ 

Jake Churchill 
Team Leader
11204 Davenport, Ste. 100
Omaha, NE  68154 
http://www.cfwebtools.com 
402-408-3733 x103 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of BazD
Sent: Wednesday, November 07, 2007 11:14 AM
To: farcry-dev
Subject: [farcry-dev] Farcry 4 TinyMCE CSS


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




No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.15.23/1114 - Release Date: 11/6/2007
8:05 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.15.23/1114 - Release Date: 11/6/2007
8:05 PM
 



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