Click to See Complete Forum and Search --> : I need it and I don't even know what its called


Form_Unform
06-11-2005, 06:58 AM
I need the code for a text box. The ones where you can scroll up or down. I've looked on this site but don't know what to look under, plus I've asked around and googled it. I'm beggining to go insaine.

Fang
06-11-2005, 07:09 AM
<div style="width:10em; height:10em; overflow:auto;">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque porta posuere magna.
Phasellus non ipsum. In augue. Integer diam enim, posuere a, facilisis vulputate, tristique id, metus.
Nulla facilisi. In ornare ullamcorper ante. Etiam auctor interdum tortor. Morbi sit amet erat quis eros porta sollicitudin.</p>
</div>

the tree
06-11-2005, 07:23 AM
I don't even know what its called
I need the code for a text box.hmmm? :p

Stephen Philbin
06-11-2005, 08:47 AM
<textarea rows="8" cols="50"></textarea>

Form_Unform
06-11-2005, 10:21 AM
And where do I add my text? I bet I could guess but i don't feel like screwing it up. And I can alter text right? Using other codes, or will it get too messy?

the tree
06-11-2005, 10:31 AM
Using fangs awsner, just put your content between the div tags, it wont change size so everything will stay neat.

Form_Unform
06-11-2005, 10:46 AM
Thanks so much, I feel releived now. Its exciting.