PDA

View Full Version : <input type="textarea"...


nAzGiRl2005
08-31-2005, 01:18 AM
What is the correct way to specify a textarea with specified rows and columns in a page?

I have tried,
<input type="textarea" cols="50" rows="50"...
and it doesn't work.

does anyone know why?

lobsterninja
08-31-2005, 02:54 AM
The correct syntax is <textarea></texarea>

http://www.w3schools.com/tags/tag_textarea.asp