Hi,

When I edit a page, the editor window does not stretch to the right border. Using FCKEditor, this is especially difficult as the button bars are very compressed and cramped. I believe some of the buttons are even cut off. See attached screen shot.

Thanks for your help!

CommentFileSizeAuthor
untitled_1.GIF28.83 KBjonnyz

Comments

Compactman’s picture

Assigned: Unassigned » Compactman
Status: Active » Postponed (maintainer needs more info)

This is as far as I got with it. As far as I can tell drupal assigns how large the text area is and you can't set it in the style sheets anywhere. Maybe this would be a good drupal core feature request?

Anyway this is what the page is spitting out. If someone can figure out where to edit the textarea size without messing with the drupal core this would be an easy fix. I'm sure the fck is wrapping around the editor window anyway. A larger editor window would be nice for us multiflex users though.

<div class="form-item">
 <label for="edit-default-message">Default message text: </label>
 <textarea cols="70" rows="10" name="default_message" id="edit-default-message"  class="form-textarea resizable"></textarea>
</div>