Movable Type and textarea
As long as we're still talking about Movable Type and Mozilla, I had some issues with the textarea elements on the Create New Entry and Edit Entries pages. The code has the attribute wrap="virtual" which Mozilla doesn't support because it's not in the HTML4/XHTML1 specs. Which means text wasn't wrapping. The solution is to add the cols attribute.
Searching around, I found this thread in the MT Support forums that details a quick fix and an explanation from Mena as to why it wasn't addressed.
» posted by pinder on February 26, 2002 at 05:31 PM
Comments
I wanna know how to include a textarea in my blog, for comments.
# posted by Michel
Post a Comment
This discussion has been closed.