Hi,
I'm using CKEditor in a webmail application, my problem is :
when a user is using a right to left language and sends an email (lets say the contents is a sentence) the output is <p>....</p>, most users are using left to right languages, when they view the mail they see the text aligned left. I need the code generated for right to left users to be something like <p style="text-align:right">....</p>, how can I do this ?
I'm using CKEditor in a webmail application, my problem is :
when a user is using a right to left language and sends an email (lets say the contents is a sentence) the output is <p>....</p>, most users are using left to right languages, when they view the mail they see the text aligned left. I need the code generated for right to left users to be something like <p style="text-align:right">....</p>, how can I do this ?