How do I increase the number of rows in htmlarea?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Thomas Bøge

How do I increase the number of rows in htmlarea?

Post 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.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

How do I increase the number of rows in htmlarea?

Post 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.
Thomas Bøge

How do I increase the number of rows in htmlarea?

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”