whats the html code for email

Discussion in 'HTML & Website Design' started by rockfordghost, Oct 23, 2009.

  1. #1
    What is the html code for the email (mailto)

    Example - <a href=mailto:rockfordghost@gmail.com?subject=Rockford Ghost>

    what am i missing?
     
    rockfordghost, Oct 23, 2009 IP
  2. 6speed

    6speed Guest

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href="mailto:rockfordghost@gmail.com?subject=Rockford Ghost">text</a>
    Code (markup):
     
    6speed, Oct 23, 2009 IP
  3. rockfordghost

    rockfordghost Well-Known Member

    Messages:
    429
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    105
    #3
    thanks. i knew i was missing something because it wasnt working, lol.

    thanks again for the help
     
    rockfordghost, Oct 23, 2009 IP
  4. 6speed

    6speed Guest

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem! :)
     
    6speed, Oct 23, 2009 IP
  5. Zone117x

    Zone117x Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <script language="JavaScript"><!--
    var name = "protected";
    var domain = "cdrsoft.com";
    document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
    document.write(name + '@' + domain + '</a>');
    // --></script>
    Code (markup):
    This is Javascript protection that will protect your email from spam bots.
     
    Zone117x, Oct 25, 2009 IP
  6. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi, Very new to this HTML and in need of some help!

    can any one tell me why the web site, VERY VERY basic, shows this:

    GT4-Play" target=_blank>GT4-Play

    when i put this:

    <a href="<a href="mailto:my email address?subject=Email for further details here">GT4-Play</a>


    into a page?

    hope i have even posted this in the right section?
    I have very smilar problems when trying to creat short links to web sites etc?
     
    forextrendalerts, Oct 27, 2009 IP