Greetings everyone,
This is probably a cheap one, for that I apologize.
I will like to insert a br into a textArea so that when I hit then return key, the next text begins on a new line.
So far, everying is wrapping naturally which is fine but I want to be able to begin a new paragraph on a new line.
Can someone please help?
thanks much in advance
This is probably a cheap one, for that I apologize.
I will like to insert a br into a textArea so that when I hit then return key, the next text begins on a new line.
So far, everying is wrapping naturally which is fine but I want to be able to begin a new paragraph on a new line.
Can someone please help?
Code:
Comments: <textarea cols="20" rows="8" name="comments" maxlength="200" WRAP="Virtual"> </textarea>
thanks much in advance