Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为客户建立了一个网站,我仍在更新它。现在我的客户还想要一个阿拉伯语版本的网站。我对此没有任何经验。如何在 adobe Dreamweaver 中插入阿拉伯语文本?
put
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
on head tag and then put directly arabic text on your dreamweaver . like
head
<div>بعض النصوص العربية</div>
that will works