| OTHER PAGES ==> | Basics | More Basics | More Advanced |
|
<CENTER><FORM> <textarea wrap="soft" rows="4" cols="47"> WRAP="off|soft|hard COLS= is for card collums (width). ROWS= is for lines showing (debth). WRAP="off" is the default no wrapping WRAP="soft" it wraps but the text is sent as typed. WRAP="hard" it wraps and text is sent with line breaks at all wrap points. virtual was soft; physical was hard; not with recent browsers. </textarea> </form> </center> |
<FORM METHOD="POST" ACTION="mailto:wmccabe@comcast.net"> <B>Please enter your name: </B> <INPUT NAME="username" size="30"> <BR> <B>and your email address: </B> <INPUT Name="usermail" size="30"> <P> <CENTER> <B>what do you think of my guestbook?</B> <P> <INPUT TYPE="radio" NAME=I_think_that VALUE="It's_Great">It's Great! <INPUT TYPE="radio" NAME=I_think_that VALUE="It_stinks">It Stinks! <INPUT TYPE="radio" NAME=I_think_that VALUE="You_stink">You Stink! <BR> <INPUT TYPE="radio" NAME=I_think_that VALUE="I_stink">I Stink! <INPUT TYPE="radio" NAME=I_think_that VALUE="We_all_stink">We All Stink! <P> </CENTER> <H3>Make any comments you'd like below:</H3> <CENTER> <TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA> <P> <B>Thanks for your input</B> <BR> <INPUT TYPE=submit VALUE="Send it!"> <INPUT TYPE=reset VALUE="Start over"> </CENTER> </FORM> |