You are using a browser which is not compatible with CSS (for more information, see Tara's tutorial).
Because of this, it is possible that our website may not appear
correctly in your browser. We apologise for the inconvenience, and
recommend you upgrade your browser to one which is compatible with CSS.
For more information, please visit our Browser Upgrade page.
Frequently Asked Questions » HTML |
---|
When using a mailto type link, how can I set the subject of the email? |
mailto: links are links which open up in your default mail client, whether it be Outlook, Netscape, Eudora or whatever your favourite is. Here is the syntax for a standard mailto link: <a href="mailto:address@domain.com">email me</a> To add a default subject to the email, simply add on ?subject= to the end, like so: <a href="mailto:address@domain.com?subject=Your Subject">email me</a> |