Is there support for right-to-left (rtl) with text?« Back to Questions List

Yes

Right 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;
}
Added January 17, 2016 3:45 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

1539 views
0 answers
Last Answered 8 years ago by admin

Categories

Recent Answers

asked by shanrt
asked by Ali Sodikin
asked by indian
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.