HTML - Arabic Support

Viewed 131981

i have a website in which i have to put some lines in Arabic.... how to do it...

where to get the Arabic text characters... how to make the page support Arabic...

i have to put a line per page and there is a lotta lotta pages so can't go around making images and putting them...

alt text

8 Answers

Check you have <meta charset="utf-8"> inside head block.

Related