PDA

View Full Version : Text Box ?uestion



sdrawkcaB
July 21st, 2003, 07:22 AM
Whats the script to make one? I searched for a while and I couldnt find it :(

Alex
July 21st, 2003, 07:39 AM
what are you trying to make a text box in?

For MX:

click the "A" on the tools menu on the left hand part of the screen when you have MX open.

if thats now what you want, please be more specific.

λ
July 21st, 2003, 07:45 AM
I think he means in HTML

http://www.w3schools.com/html/html_forms.asp

sdrawkcaB
July 21st, 2003, 08:50 AM
^Hmm... Those didn't really help much, but it was somewhat close to what I needed. I just want a blank text field, like the Reply box I'm typing in now.

mlk
July 21st, 2003, 09:42 AM
<html>
<body>

<textarea rows="10" cols="30">
This is a text area.
</textarea>

</body>
</html>

sdrawkcaB
July 21st, 2003, 11:37 PM
<html>
<body>

<textarea rows="10" cols="30">
This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.This is a text area.
</textarea>

</body>
</html>

sdrawkcaB
July 21st, 2003, 11:38 PM
Hahah! Thanks man!