Return to Snippet

Revision: 27616
at June 17, 2010 20:32 by ala7lam


Updated Code
* {
text-align:right;
direction:rtl;
}

Revision: 27615
at June 17, 2010 20:09 by ala7lam


Initial Code
<style type="text/css">
body {
text-align:right;
direction:rtl;
}
</style>

Initial URL


Initial Description
To align texts in a webpage to be right-to-left, use this code

Initial Title
RTL Text Alignment in webpage

Initial Tags


Initial Language
HTML