Text Area Height?
-
Is there a way to change the height of text area? I changed the excerpt with:
add_action('admin_head', 'excerpt_textarea_height'); function excerpt_textarea_height() { echo' <style type="text/css"> #excerpt{ height: 150px; } </style> '; }
Would this work, changing the above code to? Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Text Area Height?’ is closed to new replies.