 |
FAQ > HTML / Webdesign > question #4 |
 |
| Q: |
How do I make an email link with a subject included ? |
 |
| A: |
Use this code: <a href="mailto:you@mail.com?subject=this is the subject"> So use ?subject= directly after your e-mail address. You can also give a standard text for the body of the new email, like this: <a href="mailto:you@mail.com?subject=this is the subject&body=this is the body text"> So use ?subject=...&body=... or when using just the body part, simply use: ?body=... Hover over this example link and look in your browser's status bar to see it, or just click on it and see what happens. |
 |
| Other questions in this category (HTML / Webdesign)
: |
 |
 |
|
 |
 |
Ask a question
| FAQ index page
| Homepage |