Jump to content

Modifying Sitedocs in CC3 Big Problemo!


Guest

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...