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?
How do I increase the number of rows in htmlarea?
Changing to in admin/style.css should do the trick.
Code: Select all
.syntaxHighlight{width: 100%; height: 200px; background-color: white;}
Code: Select all
.syntaxHighlight{width: 100%; height: 400px; background-color: white;}
How do I increase the number of rows in htmlarea?
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.
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.