html - How to align English Arabic Text inside div? -


i have text contains english arabic words , trying align them correctly.

here original text: enter image description here

and here get: enter image description here

i have used  css direction {rtl ltr bidi} 

with no luck.

any suggestion?

works fine here when apply direction:rtl right id. fiddle: http://fiddle.jshell.net/fklvy/2/


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -