PDA

View Full Version : Text box


Fraki
10-2-02, 07:22 PM
How do I use HTML in my textboxes? I've seen it done, and I've seen the code before, but I can't find it now.

Thanks!

Laurey
10-2-02, 08:49 PM
Not sure what you mean..but to have txt show in the txt box:

<textarea name="message" rows="8" cols="40">
type your text in here and it will show in the box
</textarea>

is that what you meant?
-L