Posts: 998 Location: Up a tree
Fri 25 Jan, 2013 13:03
I don't have it in front of me Limun,
But if you have pulled the width in for the overall templates, in the template(s) that are the
PM related templates find
<textarea
and adjust the columns to fit the width. ;)
Most browsers will accept <textarea name "whatever" width="80%" height="20%" /> whatever, and you can fudge it by using both columns/rows, and/or width/height.
Something like this: Where those browsers that don't read the style, will still use the columns.
<textarea name="post_pm" id="post_pm" cols="40" rows="15" style="height: 150px; width: 100%;"></textarea>
:mricy:
Edit:
I just thought of something - phpBB used to and probably still does
(If MG has got anything to do with it), :P have a single file for the editors and call it with stuff like if(private - aka {CODEBOX} drag it over here. :
LOL:
Can't remember? - But if you get really stuck - I'll have a look at it too.