I am developing a site where people will put their comments, in arabic. my website is built in php. does any body know a way how to add right-to- left language support to write text in english?
+5
A:
Try specifying <html dir="rtl">
in your markup.
I would read: http://www.w3.org/International/tutorials/bidi-xhtml/
If for some reason you need left to right on a certain element, just specify the dir attribute on it: <div dir="ltr"></div>
meder
2010-06-20 01:42:07