Extremely narrow text boxes in Movable Type

It could be because I set something up incorrectly, but people have been seeing unusably narrow text entry boxes (TEXTAREA) in Movable Type 2.51 with Mozilla (1.0 and 1.2.1), Opera 7 and IE 6.0. So I ran:

mkdir new && for i in *.tmpl; do cat $i | sed -e \
's/<TMPL_IF NAME=AGENT_MOZILLA> cols=\"\"<\/TMPL_IF>/\
cols=\"80\"/g' > new/$i; done && cp new/* ./

in the tmpl directory and it all seems to be usable now. This is probably not the Right Way(tm) but it makes the entry boxes usable.

By the way, if you want to add code snippets to your Movable Type postings, just use <code> and </code> tags.

Related posts:

  1. Disabled trackback script
  2. Aaaarrgghhhh
  3. Lush, OCaml and more, part deux
  4. DSCAS does 2D registration
  5. I rule

One Response to Extremely narrow text boxes in Movable Type

  1. It worked great for me!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>