[pmwiki-users] How to chang size of an edit box.

Patrick R. Michaud pmichaud at pobox.com
Wed Sep 21 15:49:52 CDT 2005


On Wed, Sep 21, 2005 at 04:20:59PM +1000, Ivan Teliatnikov wrote:
> I am running PMWiki 2.0.6 on a redhat machine. The size of the edit box
> is too small. Is there a way to increase it. I read on the FAQ page that
> should be done automatically by setting up 
>    #wikiedit textarea { width:98%; }

Actually, this shouldn't be necessary any more as this is the default.
However, it depends on which skin you are using.

You might try putting the line in pub/css/local.css (create pub/css/
if needed), then it will be available for *every* skin.

You could also try setting in local/config.php:

   XLSDV('en', array('e_cols' => 60, 'e_rows' => 25));

which sets the default row= and col= parameter for the text area
to be 60 x 25 characters.  Again, it depends heavily on the skin
you may be using and if the skin is overriding PmWiki's default
settings.

Pm




More information about the pmwiki-users mailing list