Learning Movable Type: Enlarging the MT Edit Windows
The template edit windows and the New Entry edit windows in Movable Type can easily be made larger with a simple adjustment.
MT3.2
In the folder that contains your static MT files on your server, open the file style.css in a text editor.
To change the edit-entry window, find the following lines of code (around line 1924):
Add a height dimension after the width.
To change the template edit window, find the following lines of code (around line 1561):
Add a height dimension after the width.
MT3.1
In the folder that contains your static MT files on your server, open the file style.css in a text editor.
To change the edit-entry window, find the following lines of code:
Add a height dimension after the width.
To change the template-edit window, find the following lines of code:
Again, add a height dimension after the width.
MT2.x
The stylesheet for the MT2.x editing window textarea class controls both the size of the entry body edit window and the template edit window.
In the folder that contains your static MT files, open the file style.css in a text editor. Find the following lines of code:
Change the width dimension to something larger. Add a height dimention as discussed above in the directions for MT3.x.
If you want separate dimensions for your template windows and your entry edit windows, create a new class in the styles.css with the dimensions you want for templates. Modify the edit_template.tmpl and replace class="width500" with the new class name.
For both MT3 and MT2, note that if you use the keyword window or the excerpt window in your entry editing, those window sizes will also change.
Posted by Elise Bauer on August 26, 2005 12:27 PM to Learning Movable Type http://www.learningmovabletype.com/