On Mon, Nov 17, 2003 at 06:11:32PM +0530, [EMAIL PROTECTED] wrote: > > > > > > No i need information like how you can enable your browser to display > arabic texts and what is the locale language name for "Arabic". > > thanks in advance, > > Varna >
Include the following element inside your html <body> : <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> Make sure that pages are utf-8 encoded. To change the alignment of some elements, you can add dir="rtl" attribute. Regards, Kamal _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

