textarea width in MyCSS
-
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>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘textarea width in MyCSS’ is closed to new replies.