Closed (sort of)

TEOM as you know it has been closed. I will keep it up for reference but it no longer will receive tutorial updates.

There are plans for a completely new site. If you'd like to be notified once the other site is up, simply subscribe to my mailing list.

Thanks for the support throughout all these years :)

XHTML + CSS

Setting the Width of a Textarea

Setting the Width of a Textarea tutorial preview.

The easiest way to control the width of a textarea element is to use CSS.

<textarea style="width: 100px">(content)</textarea>

This is much more accurate than if you used the col attribute, in fact, I don’t think that the col attribute is accurate at all…

· Apr 02, 2006 ·