Two questions... 1. How reliable (and cross email client compatible) is using 'subject' in an email mailto: link? e.g: <a href="mailto:email@email.com?subject=Digital%20Point%20is%20gay">Email me</a> Code (markup): 2. Can most popular email clients (Outlook, Outlook Express, Thunderbird, Eudora) interpret the %20 used for spaces in the subject line?
Hi I always use it with no probs. But why use space-codes, if you're not sure how they'll be interpreted just use hyphens. eg. <a ......................com?subject=what-ever-you-like"> It always works for me. Good Luck. Mike
I'm a 100% newb when it comes to web site design, so I use basic HTML. I never use the 20% or hyphens in the subject line, just spaces. It works great for me in Safari, IE, and FF.