Hey guys. I was just wondering how to make a comment box. Thanks.
HTML Comment Box
Collapse
X
-
Tags: None
-
Do you mean "textarea"? If so, then here is an example. Also, check out the link.
[CODE=html]<textarea rows="10" cols="30"> This is my textarea where comments can go. </textarea>[/CODE]
HTML Forms and Input
--Kevin -
I knew how to make the textarea. I just wanted to know how you post it.Originally posted by eWishDo you mean "textarea"? If so, then here is an example. Also, check out the link.
[CODE=html]<textarea rows="10" cols="30"> This is my textarea where comments can go. </textarea>[/CODE]
HTML Forms and Input
--KevinComment
Comment