Textboxes

by 2 replies
3
Hey guys,

I was wondering if anyone knew how to create textboxes in html. A standard text form wherein I can include pre-written articles, forum signatures, etc that, when a person visits my page, they can view and copy the text.


I've searched around, and haven't found any code without buttons. Anyone know?


Thanks,
Vince
#website design #textboxes
  • Think what you are looking for is using the textarea tag.

    HTML textarea tag
    • [1] reply
    • You might require some javascript if you are looking to add a button like "copy to clipboard" and to highlight the text when users click inside the textbox.

Next Topics on Trending Feed

  • 3

    Hey guys, I was wondering if anyone knew how to create textboxes in html. A standard text form wherein I can include pre-written articles, forum signatures, etc that, when a person visits my page, they can view and copy the text.