Click to See Complete Forum and Search --> : copy and paste boxes i want one plz
axtheex
08-26-2005, 12:12 AM
HI, I am sorry I don't know if the item I want is a form, html or java.. I want a source a box just like the ones that have all code for each item on this site. You simple cut and paste the code into your page etc.. and have the option to select all the code.. Please tell me what it is called as I tried search and have not found it.. thanks
coothead
08-26-2005, 06:31 AM
Hi there axtheex,
and a warm welcome to these forums. :)
The element to which you refer is known as a textarea. Here is a simple example...
<textarea rows="10" cols="20">this is a textarea</textarea>
Fuller information can be found here (http://www.w3.org/TR/html4/interact/forms.html#h-17.7)
coothead