There is a line that says:
theme_advanced_styles : "style one=style_one;style two=style_two",
"style one" shows up in the dropdown in tinyMCE, "style_one" is the actual
class in the .css file.
So, if in your main.css you have this:
.boldText {
Font-weight:bold;
Font-size:16pt;
}
And you want something called "Bold Text" to show up in your tinyMCE styles
list, you'd change that line in the config file to be:
theme_advanced_styles : "Bold Text=boldText",
Multiple style mappings are separated by semi-colons.
_____
Jake Churchill
CF Webtools
11204 Davenport, Ste. 200b
Omaha, NE 68154
http://www.cfwebtools.com
402-408-3733 x103
_____
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Oguz Demirkapi
Sent: Thursday, June 07, 2007 1:44 PM
To: [email protected]
Subject: [farcry-dev] TinyMCE CSS
Hi,
I would like to have my own CSS for TinyMCE to format my content. I have
checked configuration file and it is already defined as "content_css :
"/css/main.css"," but I could not see any style in editor.
Any resolution?
Sincerely,
Oğuz Demirkapı
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.472 / Virus Database: 269.8.11/837 - Release Date: 6/6/2007
2:03 PM
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.472 / Virus Database: 269.8.11/837 - Release Date: 6/6/2007
2:03 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
-~----------~----~----~----~------~----~------~--~---