Skip to main content

How can I change TinyMCE's editing-window- WIDTH ?? | drupal.org

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2008-12-26


Public Sticky notes

i had the same problem - narrow content area in one theme. you can add a width setting to the tinymce.module in the root folder:

within the tinymce_config($profile) function (it's on line 517 in my rather vanilla installation of tinymce), i added the following line:
$init['width'] = '465';

depending on the plugins/buttons you're using, you may need to rearrange the order. you can do so by editing the plugin_reg.php file, also in the root.

Highlighted by gnurou

Readers (1)