I have established a link on my website to create an e-mail
to be sent to me. BUT I am trying to enhance it and I am
looking for some guidance.
I know that I can use:
<a href="mailto:candidate@fpcstlouis.com">
to open an e-mail window
Also, I know I can use
<a href="mailto:candidate@fpcstlouis.com?subject=Here is the info">
to open an e-mail window with a subject "Here is the info"
or I can use:
<a href="mailto:candidate@fpcstlouis.com?body=Here is the info">
to open an e-mail window with text "Here is the info" in the e-mail body.
Here are my questions-
1) How can I use both the "subject" tag and the "body" attribute
in the <a href> statement?
2) Can I format the body text like this, for example:
name _____
address _____
phone _____
3) Is there a way to incorporate a preformatted file (html or txt)
into the body of the e-mail (like I do when I send out an
e-mail myself and use the "Message Using" option in the
e-mail program)?
Thank you so much for any input you can provide or any links
to where you think I can find this info.
|