Is there support for right-to-left (rtl) with text?« Back to Questions List
YesRight to left (rtl) is actually a CSS property for text that you can define in your Environment Options (custom css). You can also use Code Tag to add raw CSS to your HTML project. div { direction: rtl; } |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.