[PHP-DB] Trouble with Text Area

2007-10-31 Thread Stephen Sunderlin
When I put his line outside of the php tags I get the correct size: textarea name='name' value='$String' rows='10' cols='10'/textareap When I put this line inside the php tags the size comes out about 2 rows by 10 columns regardless of the value of rows and cols. Any ideas on how to format

Re: [PHP-DB] Trouble with Text Area

2007-10-31 Thread Stut
Stephen Sunderlin wrote: When I put his line outside of the php tags I get the correct size: textarea name='name' value='$String' rows='10' cols='10'/textareap That's not how you specify the value of a textarea. It should be between the tags like so... textarea name=name rows=10