Hi Jake yeah, Ive changed the style one etc. I have the following :-
theme : "advanced", width: "100%", height: "400", plugins : "table,advhr,advlink,preview,zoom,searchreplace,print,contextmenu,paste,directionality,fullscreen", theme_advanced_buttons2_add : "separator,forecolor,backcolor", theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator", theme_advanced_buttons3_add_before : "tablecontrols,separator", theme_advanced_buttons3_add : "advhr,separator,print,separator,ltr,rtl,separator,fullscreen", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", theme_advanced_disable : "hr", theme_advanced_resize_horizontal : false, theme_advanced_resizing : true, theme_advanced_styles : "imageLeft=floatLeft;imageRight=floatRight", content_css : "/css/wysiwyg.css", inline_styles : true, relative_urls : false, remove_script_host : true, Ive done app refresh too. Double checked the spelling of everything, but no joy. On Nov 7, 5:30 pm, "Jake Churchill" <[EMAIL PROTECTED]> wrote: > 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 68154http://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 -~----------~----~----~----~------~----~------~--~---
