How to resize Text Box size?

Hello,

I would like to make bigger height of main text box.
Box like it is now is really not much comfortable, specially that all screens today are larger.

I see that height of this iFrame is hard coded somewhere in some javascript, but can you please tell me exactly where it is so I can change it?

Comments

  • What iframe? Unless you are using another editor there is no iframe.

    grep is your friend.

  • K17K17 ✭✭✭

    @miki22 a dit :
    I see that height of this iFrame is hard coded somewhere in some javascript, but can you please tell me exactly where it is so I can change it?

    I don't know what you call iframe, but if you want to change the content width, you can do it with some css rules.

  • what editor are you using ? Some do use iframe to render the rich text part, look at the files in the editor and search for a css file if there is one.

    If not look in the javascript files for the editor and search for the size and alter it.

Sign In or Register to comment.