enlarge tinymce editor

can anyone tell me how to enlarge the width of the tinymce editor on both the join page and the edit profile page?

 

thanks in advance

Dean

Quote · 25 Aug 2010

To enlarge the TinyMce  universally, go to:

templates/base/css/forms_adv.css

Around line 261 you will find:

.form_input_textarea {
border: none;
background-color: #ffffff;
width: 100%;
height: 157px;
resize: none;
}

 

Change the height value to over 300px and you will have enough room to properly edit.

 

Richard

Even Monkeys and Retards get it right with repitition! - Author Unknown
Quote · 25 Aug 2010

I found that even changing the value above didnt fix the problem for me, I had to change the same file but had to modify the following:

 

.input_wrapper_textarea
{
width: 300;
}

 

I just added 300 myself as it suits my settings but you could set this 400 - 500px and it would create a larger area.

Aaron

Quote · 11 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.