A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Textbox, Html.

877 views · started by iFresh ·
#1
Textbox, Html.
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.
#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>
#4
<text_area> text here. </text_area>
#5
I already fixed it myself, since nobody was helping me. But yeahh thankss.
#6
iFresh wrote:
I already fixed it myself, since nobody was helping me. But yeahh thankss.


Shouldof pmedme.
#7
Sydd(: wrote:
Shouldof pmedme.


Didn't know you knew html, ha.
#8
iFresh wrote:
I already fixed it myself, since nobody was helping me. But yeahh thankss.


whatchu talking about? I helped you :(
#9
iFresh wrote:
Didn't know you knew html, ha.


Got about 6 pages of it on neo.
plus fuckspace.
#10
Sydd(: wrote:
Got about 6 pages of it on neo.
plus fuckspace.


watchu talking about?
#11
whatchu talking about? I helped you :(


I know, but still I had a feelings you knew html, but still I didn't ever think syd did, ha.
#12
iFresh wrote:
I know, but still I had a feelings you knew html, but still I didn't ever think syd did, ha.


the first time she told me I was like what what? o:
you should have asked me then lol I wouldn't have responded like boobearsh xD
#13
:/
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.
#14
do any one here know how to make a gaia flp
#15
Sydd(: wrote:
:/
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.


Lots of people in cyber school am I rite? I r in cyber skewl tew.
#16
Ash wrote:
Lots of people in cyber school am I rite? I r in cyber skewl tew.


>.>
I knew it before I went into cyber school.
#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.