[thelist] Direction of Text

Joshua Olson thelist at lists.evolt.org
Mon May 27 18:19:01 2002


----- Original Message -----
From: "Syed Zeeshan Haider" <szh@hotpop.com>
Subject: [thelist] Direction of Text


> Hello Experts,
> How can I change the direction of the text on a web page? By default it
> is "left to right". I want to change it to "right to left". Do I have
> anything to do with DOCTYPE or META Data for this purpose?
> Thank you,

Check out the dir attribute of the HTML tag.  I think the syntax is
dir="rtl" or dir="ltr"

http://www.google.com/search?hl=en&lr=&q=html+dir

HTH,
-joshua