Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Text box??

Tue Jan 03, 2006 5:18 am

I'm really bad at HTML so please bear with me...

How do I add a text box in my page? As in a text box where I can put in like a HTML code and make it show up as the code?

Please help!

Tue Jan 03, 2006 7:03 am

Code:
<textarea cols="##" rows="#" name="name"></textarea>
Topic locked