How do I add a textbox (I don't know if it's actually called that. It's that box thing with a scrollbar and everything.)?
2006-06-16
23:24:20
·
8 answers
·
asked by
mxyzbq
1
in
Computers & Internet
➔ Programming & Design
How do I add it to my homepage?
2006-06-16
23:26:46 ·
update #1
What code should I use? Is it something with ? I'm confused.
2006-06-16
23:29:22 ·
update #2
look in the html reference pages for the textarea tag and it's parameters
◙ The best HTML/XHTML Reference
► http://www.w3schools.com/tags.asp
◙ The best Cascading Style Sheet Reference
► http://www.w3schools.com/css/css_reference.asp html
◙ Links to HTML/HTML related sites
► http://www.websitetips.com/html/
◙ Links to Cascading Style Sheet related sites
► http://www.websitetips.com/css/
◙ The best Cascading Style Sheet discussion email list
◙ http://www.css-discuss.org/
◙ Links to thousands of Cascding Style Sheet examples sites
► http://css-discuss.incutio.com/
◙ Css Filters
► http://www.centricle.com/ref/css/filters/
2006-06-17 04:31:49
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
In textarea tag, you can also specify the cols and rows attributes to determine how big of a textarea you want to display
example:
2006-06-17 02:50:52
·
answer #2
·
answered by knitting guy 6
·
0⤊
0⤋
yes, you can use
usually the text box is contained in a form
to get the text that is written in the text box in a script use something like this
formName.textBoxName.value
contact me if you need extra help
2006-06-16 23:52:56
·
answer #4
·
answered by Deep Thought 5
·
0⤊
0⤋
just copy that code, and use it your html.
Although it would work much better if you use it with css.
2006-06-16 23:28:17
·
answer #6
·
answered by abhas1 3
·
0⤊
0⤋
http://www.xulplanet.com/references/elemref/ref_textbox.html
2006-06-16 23:30:11
·
answer #7
·
answered by Joey 3
·
0⤊
0⤋
sooo many answers... just choose one as best (perhaps, me! lol!)
2006-06-17 05:03:26
·
answer #8
·
answered by Kheme 5
·
0⤊
0⤋