indepthsight wrote:hi pino,
... arabic (and other languages such as hebrew) are written from right to left. so is the ability to chose the page orientation enabled in jforum or not ?
It is possible. In the arabic specific css (e.g. ar_AE.css) which you create, add this class -
body{
direction: rtl
}
That will change everything from right to left.
[originally posted on jforum.net by dandy]