1
2
3
The Other Person Views It As 1 2 3 Without The Newlines
The Post Code Is Below!
<html> <head> <link rel="stylesheet" type="text/css" href="../css/master.css"> </head> <body> <h2>Send Message</h2> <form action="send.php" method="post" enctype="text"> <label for="text"><h3>To:</label> <input type="text" name="to" id="to" /> <label for="text"><h3>Subject:</label> <input type="text" name="subject" id="subject" /> <label for="text"><h3>Message:</label> <TEXTAREA TYPE="TEXT", NAME="message", style="height:300px; width:400px;" ></TEXTAREA> <input type="submit" name="submit" value="Submit" /></h3> </form>
Thanks!

New Topic/Question
Reply



MultiQuote




|