Quote:
Originally Posted by dartho
@rudeboy - try editing the newreplay template and replacing
Code:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">$newpost[message]</textarea>
with
Code:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px" wrap="virtual">$newpost[message]</textarea>
|
tried that, unfortunately does not work....
add: not fully understanding, i read that cols is the width of the input box so i changed it to 2 just to see what it does, nothing.. i thought maybe that will help the wrap (or lack there off), wonder why this does not work.
add#2: it works on my laptop when i go to my mobile site... but when i try it on my BlackBerry it does not wrap :]