Results 1 to 7 of 7

Thread: Need help creating html code!!!

  1. #1
    Join Date
    Feb 2005
    Location
    San Bernardino, CA
    Posts
    102

    Default Need help creating html code!!!

    I want to create a "box" in which people can input their email and when they click send, their email sould be sent to my email as so in the following website http://isnoop.net/gmail/ or this one http://www.thebroken.org/newsletter.html . Does anybody know how to make such html code. Please I need it so I can send gmail invites to people. :cry:

  2. #2
    Join Date
    Dec 2004
    Posts
    149

    Default

    learn a little HTML at least. you want to learn everything about HTML in a forum? hahahaha. Very funny.

    this is the damn code:

    Put it after the <HTML> and <Body> tags

    Code:
    <FORM METHOD="POST" ACTION="mailto:EMAIL HERE">
      <font face="arial" size="-1" color="#ffffff">Name:
         <input type="text" name="name" style="width:65px;"> 
       
    
       <font face="arial" size="-1" color="#ffffff">E-mail:
            <input type="text" name="mail" style="width:80px;">
    
    
    
    
      <input type="button" name="send" value="Send!" style="width:50px;">

    thats the code. And please, learn HTML. Its annoying to see so many topics like these. And they are IN THE WRONG FORUM.

    I cant believe i took 5 mins to make this code! :evil:

  3. #3
    Join Date
    Jan 2005
    Posts
    216

    Default

    There are plenty of websites out there for free that are dedicated to HTML. I have posted a couple of links here already.

  4. #4
    Join Date
    Aug 2004
    Location
    USA
    Posts
    996

    Default

    I've been looking for a good Email form forever.

    www.Funky-Chickens.com great source. They even help me at times.

  5. #5
    Join Date
    Feb 2005
    Location
    San Bernardino, CA
    Posts
    102

    Default

    The code does not work, I've placed it in the right place and inputted my email and it still doesnt work

    :cry:

  6. #6
    Join Date
    Feb 2005
    Posts
    19

  7. #7
    Join Date
    Dec 2004
    Posts
    149

    Default

    Quote Originally Posted by venom1588
    The code does not work, I've placed it in the right place and inputted my email and it still doesnt work

    :cry:
    as somebody said here, try www.funky-chickens.com

    a great site for beginners.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •