need help!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marco33
    So Fucking Banned
    • Jun 2006
    • 213

    #1

    need help!!

    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
  • sicone
    Retired
    • Jan 2004
    • 18453

    #2
    just size="50" but thats still a small box for someone to type in, I'd make it at least 75

    Comment

    • marco33
      So Fucking Banned
      • Jun 2006
      • 213

      #3
      i wany 75 by something
      how do i do that. i want a big square

      Comment

      • marco33
        So Fucking Banned
        • Jun 2006
        • 213

        #4
        i need help

        Comment

        • beckie
          Confirmed User
          • Dec 2004
          • 405

          #5
          It goes by rows. There's no such coding as 75 by whatever:

          name="textfield" cols="75" rows="4"

          Sun Designs xxx
          icq - 16100431

          Comment

          Working...