text direction and alignment in email sent via email() (php)

Lixillulp

New Member
I'm am sending an automatic email via php. The email contains Hebrew which direction is right to left. Here is my code for making up the body part of the message:\[code\] $emailMessage =' <html lang="HE"> <head> <title> job-skills | ??????? </title> </head> <body style="text-align:right; direction:rtl;"> <table> <tr> <td><h3>???? ?? ????????</h4></td> </tr> <tr> <td>?? ??? ?????? ????? ???? ???? ???? ?? ????? ???:</td> </tr> <tr> <td><a href="http://localhost/W-DB/php/registration_and_login/confirm_registration.php?email=' .$registrationEmail .'&tempPass=' . $tempPass . '>??? ???</a></td> <tr> </tr> <tr> <td>?????,</td> </tr> <tr> <td><h2>JOb-Skills</h2></td> </tr </table> </body> </html>\[/code\]still the text aligned to left and direction left to right.Thanks
 
Back
Top