smoothmoniker
Member
Posted 1 year ago #
Under the WP 2.5 admin panel, the text entry area for the MyCSS admin page is restrictively narrow.
It can be fixed by adding a value for "cols" on line #68 of mycss.php - the result looks like this on mine:
<textarea name="newcontent" rows="25" cols="120" tabindex="1"><?php echo $content;?></textarea>
Hi smoothmoniker, I updated the plugin for WordPress 2.5, the editing panel should work fine now. Thanks for offering solution before the plugin updates though! :)
smoothmoniker
Member
Posted 1 year ago #
Just upgraded, looks great. Thanks for releasing this, it's perfect for my needs.
Glad it works nicely for you. This plugin isn't as popular as I would like it to be, maybe most people aren't too comfortable with adding their own custom CSS. :p