Hi everyone, I recently started a wordpress blog, and I wanted to modify a text area in a form. However the code allows me just to modify the rows number but not the column... Therefore, i manage to modify the height but not the width.
Here is the code sample:
<textarea name="ucan_submission_content" class="theEditor" rows="15"><?php echo stripslashes($_POST['ucan_submission_content']); ?></textarea>
<!-- END CONTENT -->
Does somebody has a idea how to modify the width of this text area ?
Thank You. Have a good day.