View Full Version : E-mail


Tjololo
03-30-2003, 01:04 AM
Ok, here's the deal. I'd like to put subject and body in my e-mail links, like so when you click on it it auto-fills the subject and body lines, but every time I try it stops at a space, like here's one of my codes:

<a href=mailto:kemist88@aol.com?subject=I'd like to join&body=whatever whatever whatever>

but it would make the subject "I'd" and the body "whatever" and stop at the space. Is there a way to prevent this?

lefty
03-30-2003, 01:14 AM
try putting + signs between your words, like: I'd+like+to+join
(I think that's the code, don't feel like looking it up. :P)

Tjololo
03-30-2003, 01:23 AM
That just made it print out I'd+like+to+join and in the body it only printed out like three words, with pluses as the spaces, and then quit. Do you know where I could look to find the code? I'm not asking you to look it up for me.

starlet
03-30-2003, 01:32 AM
Its probably because your missing quotes and the ' in "i'd" will be confuseing things, try this

<a href="mailto:kemist88@aol.com?subject=Id like to join&body=whatever whatever whatever">email</a>

Tjololo
03-30-2003, 01:37 AM
Aah, there's my problem. Thank you, all knowing HTML coding gods/goddesses. You have yet again solved one of my problems. Thanks a lot. :-D