Putting Textboxs on your Web Pages

KB ID 0000233

Problem

I needed to this HERE, this makes it easier for visitors to copy code or commands to their clipboard.

Solution

You can either do this directly in the code of the webpage, or if you use Dreamweaver you can use that also.

Option 1: The following code,

<!-- begin textbox -->
<textarea name="txtArea" cols="70" rows="5" id="txtArea">Heres some Text to Display in the Textbox</textarea>
<!-- end textbox-->

Produces this.

Option 2: Or In Dreamweaver,

Insert > Form > “Textarea”

Related Articles, References, Credits, or External Links

NA

Author: Migrated

Share This Post On