Is it possible to make the textarea a little wider so the width of the sentences (and tables if used) remains exactly the same in both modes?
I know this is no problem for Tinymce, but 'how to' for FCKeditor.
See demo:


how is it working with TinyMCE? Isn't it the same as with FCKeditor?Nicky wrote:I know this is no problem for Tinymce
Nicky wrote:Any ideas which files to edit for fck and what code exactly to add where?
form#ta{width:515px;}'<form method="post" id="ta" action="'.$sn.'">'Nicky wrote:With tinymce it's very easy.
Just edit cmsimple template, file stylesheet.css and add at the very bottom of the page :
form textarea#text{width:515px;} /*TinyMCE - width is also determined by the width of the editor control button lines */
.mceContentBody{/*background-image: none;*/ background-color: #1C1A13; color: white;} /*TinyMCE*/
This code also fixes textarea background colour and font colour.
Any ideas which files to edit for fck and what code exactly to add where?
Thx
Users browsing this forum: No registered users and 1 guest