Getting Text to Wrap in the New Entry Template of the CMS
Must remember about this when implementing upgrades. The file to edit is edit_entry.tmpl in the cms folder. Open this file up and do a search for the tag <textarea> and place the following code:
<TMPL_IF NAME=AGENT_MOZILLA> cols=""</TMPL_IF>
immediately after it, like so:
<textarea <TMPL_IF NAME=AGENT_MOZILLA> cols=""</TMPL_IF>... </textarea>




