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
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 |
To enlarge the TinyMce universally, go to: templates/base/css/forms_adv.css Around line 261 you will find: .form_input_textarea {
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 |
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
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 |