lovely70
01-08-2006, 01:04 AM
How do you make a text area?
|
View Full Version : Text Area lovely70 01-08-2006, 01:04 AM How do you make a text area? djou 01-08-2006, 03:07 AM <textarea cols="#" rows="#">text</textarea> Is that what you mean? Well, if so you do it like the code I gave you ;) Replace the first # (the one after cols) by the number of columns you want it to have. Usually 4 to 5 is great. Then replace the second # (the one after rows) by the number of rows you want it to have, usually something between 30 and 50 is fine. |