|
|
Re: Right-To-Left in webmail [message #120928 is a reply to message #120912] |
Fri, 24 April 2015 18:15   |
orenga
Messages: 2 Registered: April 2015
|
|
|
|
Hi Vicky
Thank you for your attantion.
I In the meantime, I found a partial answer.
The right-to-left (RTL) is an expression for the side of the screen from where you start writing. In Arabic or Hebrew, for example, you write from the right to the left. There is a property in the browser that you should set so the sentence won't mess, especially when you use words and numbers.
When you write a new message in the webmail, you can right-click inside the message area and then choose the writing direction, the way to do this is different in the different browsers.
Unforthently, the recipient get the message, in outlook, allways Left-To-Right.
Any way I would expect for a button in the "New message" that let the user choose the direction.
Best regards,
Oren
|
|
|
|
Re: Right-To-Left in webmail [message #151463 is a reply to message #120908] |
Sun, 17 April 2022 15:51  |
vahidrad
Messages: 1 Registered: April 2022
|
|
|
|
Hi
You can do this on compose type message section (i want rtl in this section)
i use windows base Kerio Connect
please do this steps:
1-go to installation directory (C:\Program Files\Kerio\MailServer\web\webmail\)
2-open notepad run as administrator
3-on notepad go to file menu and click on open
4-go to this directory C:\Program Files\Kerio\MailServer\web\webmail\
5-select webmail2.js to open
6-after opening file search this code " body{word-wrap: break-word;border:0;margin:0;padding:{0}px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor:text "
7-replace with this code " body{word-wrap: break-word;border:0;margin:0;padding:{0}px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor:text;direction:rtl !important; text-align:right !important; } "
8-save file
9-restart kerio connect service
10-open webmail and login to your account
11-after login if useing chrome and firefox please press ctrl+shift+r else ctrl+f5 in IE
12-Test and Enjoy it (for example compose email)
|
|
|