Guest Posted November 18, 2006 Posted November 18, 2006 Hi Everyone I spent approximately 3 hours yesterday with no knowledge of html trying to format the sitedocs in CC3 such as Policies / Terms and Conditions etc. I also tried using frontpage so i could see the codes and get a better understanding. The problem is all the spacing is all over the place and can't get it to work so all the docs are the same. Is there anyway to clean up the html code in CC3? apart from source! as its quite difficult to navigate through it and make changes as it doesn't expand also. Thanks in advance Regards, Antz Quote
roban Posted November 19, 2006 Posted November 19, 2006 Go to admin/includes/rte and open fckeditor.php. Around line 36 find this: $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '100%' ; $this->Height = '200' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; Change to this: $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '750' ; $this->Height = '800' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; Upload the file. This will expand your fckeditor window. Quote
Guest Posted November 19, 2006 Posted November 19, 2006 Roban - once again thanks it worked a treat. Now i just got to figure out how to change the styles in source! as i think they are pre-defined and doesnt work like frontpage/word etc. Go to admin/includes/rte and open fckeditor.php. Around line 36 find this: $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '100%' ; $this->Height = '200' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; Change to this: $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '750' ; $this->Height = '800' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; Upload the file. This will expand your fckeditor window. Quote
roban Posted November 19, 2006 Posted November 19, 2006 Can you be more precise about your problem? Quote
Guest Posted November 19, 2006 Posted November 19, 2006 Thanks - but worked it all out all by me self! with great difficulty and lots of copy paste from frontpage! Love ya FORUM! Can you be more precise about your problem? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.