Forum Moderators: open
it is something like
"¦" this will cause the next word to start on the next line.
e.g.If i wanted to write the following sentence
I
am
trying
hard
It would be writted as
I¦am¦trying¦hard
and this would show with line spaced
I hope I am making sense?
does anyone know it??
I want to have an pre-written body in my email link, so far i havemailto:me@me.com?body=first line
Just try what i said
body=this is a line\nand so is this.
You may have to find out the correct char for spaces and there are way more elegant solutions than passing the message in the url but try it....
Nick
It should be pretty easy to find a list of all the symbols --just search for "URL encoding". There are even some sites with tools that will automatically encode your URL's for you, saving you the trouble.
Also, be aware that some email clients (Lotus Notes, for one)cannot handle the body tag, though cc, bcc and subject may work fine.
Finally, you'll generally be told that you should include both the carriage return (%0D) and new line feed (%0A). That's technically the right way to do it, though in my experience just one (either) seems to work in this situation.