Mark,
> Has anyone a way to expand a textarea form element to fit the width of a
> table element? IE:
<style type="text/css">
textarea {
width: 100% ;
}
</style>
Should work, although you will want to test it in various browsers.
Also, sometimes you need to bump it down to 98% to avoid some sizing
problems.
James Aylard