Home : General : Perl Programming :

General: Perl Programming: Re: [PerlFlunkie] ...losing my description...: Edit Log

Here is the list of edits for this post
Re: [PerlFlunkie] ...losing my description...
What Dan said is right.

Seems like you are just making a small mistake in HTML.

For textarea You should use the code as below

Code:
<textarea> <%description%> </textarea>

Feel free to use any style, or other information along with textarea, however just as Dan said, make sure to place <%description%> in right place.

Here is updated code for you.

Code:
<tr><td align="right" valign="top">Description:</td>
<td><textarea wrap="virtual" name="Description" rows="3" cols="42"><%Description%></textarea></td></tr>

See I have updated the Value option & moved description tag where it should be?

Hope this helps.

Vishal
-------------------------------------------------------

Last edited by:

SWDevil.Com: Nov 30, 2009, 11:29 PM

Edit Log: