I ahve created a php file that takes information that has been entered into a form and then sends the information to the email address entered! However the information that has been sent to the email looks a mess because there is no alignment to it e.g.
Name: Firstname
Surname : Lastname
I have used the "\t" to align it and it appears fine on a PC but when i look at the email on a MAC it is as if the "\t" has done nothing at all! is there a simpler way to align the output? and will it work on MACs as well as PC's
Name: Firstname
Surname : Lastname
I have used the "\t" to align it and it appears fine on a PC but when i look at the email on a MAC it is as if the "\t" has done nothing at all! is there a simpler way to align the output? and will it work on MACs as well as PC's