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.
Printable View
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.
<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>
<text_area> text here. </text_area>
I already fixed it myself, since nobody was helping me. But yeahh thankss.
:/
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.
do any one here know how to make a gaia flp
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.