Click to See Complete Forum and Search --> : Formatting content of mailto:.


cbrennan
03-01-2005, 08:56 AM
Hello,

When you are setting up a mailto: link you can use 20% to create a space in the subject or message. I would like to know if there is any other **% that will perform any other tasks, such as tab or line feed. I think I have seen them in the past but know I cannot find them. Any help will be greatly appreciated.

Thank you.

phpnovice
03-01-2005, 10:46 AM
20 is the ASCII hex value for the space character. Thus, you should be able to use the ASCII hex value of any other standard ASCII characters you like.

cbrennan
03-01-2005, 11:41 AM
Thank you very much. That was a great help. I was able to find what I needed through Google with you information.

Thank you.

phpnovice
03-01-2005, 01:19 PM
Cheers.