How does DD make those text boxes that have the scripts inside them?
is it something like:
<form>
<input type=text size=200 width=32 name="textbox1" style="text-align=left">
<text=blahblahblahblahblahblahblahblahblahblahblahblah>
</form>
How does DD make those text boxes that have the scripts inside them?
is it something like:
<form>
<input type=text size=200 width=32 name="textbox1" style="text-align=left">
<text=blahblahblahblahblahblahblahblahblahblahblahblah>
</form>
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
They're not textboxes, they're textareas. The difference is that a textarea can have multiple lines.
For reference, if you wanted to do this with a textbox, you'd use the value attribute:HTML Code:<textarea> Script goes here </textarea>
HTML Code:<input type="text" value="Content goes here"/>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
can the input be an image?
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
How can I specify the textarea size?
Code:<textarea size="150" width="200"> blahblahblahblahblahblahblahblah </textarea>
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
No, that's why it's called a textbox.can the input be an image?
How can I specify the textarea size?Beware - a row is quite a bit bigger than a column, so 20x20 isn't a squareHTML Code:<textarea rows="20" cols="80"> Blah blah blah </textarea>![]()
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks