The new edit form's text area is narrow, even in an 800x600 browser window. It could be improved by adding the following to the default stylesheet: textarea#text { width:98%; } /* edit form textarea */ The comment is because it's not obvious what the selector affects. Hagan