Formatting Arabic text to read right to left
I have seen some where posts where this is accomplished by adding to the CSS stylesheet something like:
p.arabic {
}
direction:rtl;
}
The trouble is when I try to validate the file, I get the error message : The 'direction' property must not be included in an EPUB Style Sheet. I am unable to put dir="rtl" in the body tag of the html pages, as I have mixed English and Arabic paras in each document.
Could anyone help me with this?
|