What would cause output to extend past a TextArea??
Here is a screen-shot...
NoWrap.png
And here is my very basic HTML...
HTML Code:<!-- Comment --> <li> <label for="comments">Comments:</label> <textarea id="comments" name="comments" cols="50" rows="15"><?php echo (isset ($comments) ? str2htmlentities(nl2br($comments)) : ''); ?></textarea> <?php if (!empty($errors['comments'])){ echo '<br /><span class="error">' . $errors['comments'] . '</span>'; } ?> </li>
I am pretty sure this was working before, and now it is freaking out?!
Debbie




Reply With Quote


) Individual words don't wrap unless you use some CSS3:



Bookmarks