Code: Select all
<div class="col70" style="float: left; width: 70%;">
<textarea class="cms_textarea" rows="15" cols="80" name="m9233acomment"></textarea>
</div>
example: .col70 .cms_textarea {width: 80%}
CSS will override the textarea's cols attribute.
But, you could probably try something like this in your template:
{$input_comment|replace:'cols="80"':'cols="50"'}
use whatever cols value you need....