Page 1 of 1

How do I increase the number of rows in htmlarea?

Posted: Fri Oct 29, 2004 9:05 am
by Thomas Bøge
On the page, where I edit content, the size of the editing windows (htmlarea) is very limited.

I would like to have a larger number of rows with the text i am editing. How do I increase the size (I guess, it is nescessary to dig into the code)?

Eventually, It would be nice to reduce the height of the uppermost picture (cmsadminbanner), because it occupies a large portion of the screen.

How do I increase the number of rows in htmlarea?

Posted: Fri Oct 29, 2004 9:43 am
by Ted
Changing

Code: Select all

.syntaxHighlight{width: 100%; height: 200px; background-color: white;}
to

Code: Select all

.syntaxHighlight{width: 100%; height: 400px; background-color: white;}
in admin/style.css should do the trick.

How do I increase the number of rows in htmlarea?

Posted: Sat Oct 30, 2004 10:46 pm
by Thomas Bøge
Thank you.

I have further changed the #header {HEIGHT: 117px} in the same file to get rid of the oversized nice picture in the top of the page.