i got this code to use so visitors can enter some text and send it to my email.
<html>
<head>
<title>Comments</title>
</head>
<body>
<form action="http://www.pimpingacademy.com/cgi-sys/formmail.pl" method="post">
<input type="hidden" name="recipient" value="
[email protected]">
<input type="hidden" name="subject" value="FormMail E-Mail">
Send Me Your Comments!<br /><br />
<input type="text" name="email" size="20" value="Visitor E-Mail"><br />
<input type="text" name="tellme" size="20" value="E-Mail Content"><br /><br />
<input type="submit" name="submit" value="send me!">
<input type="hidden" name="redirect" value="http://pimpingacademy.com/index_files/Page289.htm">
</form>
</body>
</html>
i was just wondering how can i make the text box
bigger then just plain size="20"
do i type size="50 by 50"
i kno its not liek that, but can someone tell me.
also if anyone has any better script then that shitty one up there. i need visitors to enter comments in a text area box and click submit so it sends to my email. thanx guys