:
Originally posted by Abe Babe
So how did you do that Peter? Or is that a secret?
Abe Babe...
|
Well, instead of using <html> in HTML pages, use: <html dir="rtl">.
rtl means right to left, and is used for languages like arabic that are right to left languages
The defualt is <html dir="ltr">, but most browsers have it as default, so it's not neccessary.
Alcar...