What would that code be? I need just a textbox that is able to scroll and doesn't have a button, I can do it, but am to lazy to think about html atm.
Results 1 to 17 of 17
Thread: Textbox, Html.
- 17 Feb. 2010 05:15am #1
Textbox, Html.
- 17 Feb. 2010 05:16am #2
- 17 Feb. 2010 05:35am #3
<form name="input" action="" get="">
<input type="" name="" />
?
you just want the area in which you type into?
and this one
you can resize the textarea to as big as you want
<textarea cols=""> or <textarea rows=""> or <textarea rows="" cols="">
</textarea>Last edited by NotNeccesary; 17 Feb. 2010 at 05:37am.
- 17 Feb. 2010 05:41am #4
- Join Date
- Nov. 2009
- Location
- In Faerieland with Queen Fyora.
- Posts
- 2,826
- Reputation
- 3
- LCash
- 10.00
<text_area> text here. </text_area>
Google was here
Sydd(:
- 17 Feb. 2010 05:42am #5
I already fixed it myself, since nobody was helping me. But yeahh thankss.
- 17 Feb. 2010 05:42am #6
- Join Date
- Nov. 2009
- Location
- In Faerieland with Queen Fyora.
- Posts
- 2,826
- Reputation
- 3
- LCash
- 10.00
- 17 Feb. 2010 05:43am #7
- 17 Feb. 2010 05:45am #8
- 17 Feb. 2010 05:47am #9
- Join Date
- Nov. 2009
- Location
- In Faerieland with Queen Fyora.
- Posts
- 2,826
- Reputation
- 3
- LCash
- 10.00
- 17 Feb. 2010 05:48am #10
- 17 Feb. 2010 05:49am #11
- 17 Feb. 2010 05:50am #12
- 17 Feb. 2010 05:56am #13
- Join Date
- Nov. 2009
- Location
- In Faerieland with Queen Fyora.
- Posts
- 2,826
- Reputation
- 3
- LCash
- 10.00
:/
Yeah.
I know html.
It surprises everyone. which i dont know why.
My teachers in cyber school are like what? you made this website for a project?
:/
Anyways. Could of asked mesweetie.Google was here
Sydd(:
- 17 Feb. 2010 06:45am #14
do any one here know how to make a gaia flp
- 17 Feb. 2010 06:59am #15
- 17 Feb. 2010 07:18am #16
- Join Date
- Nov. 2009
- Location
- In Faerieland with Queen Fyora.
- Posts
- 2,826
- Reputation
- 3
- LCash
- 10.00
- 17 Feb. 2010 12:46pm #17
O U GUYS
PM me next time.
<textarea>you can type here</textarea>
cols controls width, rows controls height
<div style="height : 48pt; overflow : scroll; width : 100%;">you can't type here, but it also scrolls</div>
Have fun.