Jump to content

Align Text Right (Write Arabic Articles)


wadboram

Recommended Posts

Your blog editor should have a text align button that lets you align text to the right. Just like the forum editor has one, which I'm using on my post right now.

If you're able to use HTML and want to use that, you can surround the article in an element with text-align: center, like this:

<div style="text-align: center;">  Article goes here</div>

Link to comment
Share on other sites

If your characters are actually appearing in the wrong order for Arabic (e.g. os ekil) then you can also set the direction attribute in CSS to the value "rtl", or you can override it in HTML: http://www.w3schools...me=tryhtml_bdo.

Link to comment
Share on other sites

@Duotone unfortunately the editor doesn't have the alignment option (can I add a code to support this?) @Synook actually the text appears as if I'm writing english. check this example This is what appears wrong on the articles:ممكن حد يساعدني؟ This is what I want:

ممكن حد يساعدني؟

N.B. The articles are saved as text files.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...