[thelist] Direction of Text

Hassan Schroeder hassan at webtuitive.com
Tue May 28 17:31:01 CDT 2002


Mark Groen wrote:
>
> > which is written from right to left. Please help with something other.
> > Thank you, Syed Zeeshan Haider. http://syedzeeshanhaider.faithweb.com/
>
> I think you will have to build your own computer, operating system and
> internet to do what you want to do.

Uh, well, maybe not quite that arduous :-)

Example --

<html>
<head>
<title>right to left</title>
<style type="text/css">
html, p {
	direction: rtl;
	unicode-bidi: bidi-override;
	}
</style>
</head>
<body>
<p>
	now is the time for all good people to ...
</p>
</body>
</html>


FWIW!
--
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --



More information about the thelist mailing list