Thanks ones more, but I did do that but I think I didn't write the code properly.
I've used a Stylesheet like that (and I've attached it) :
p {
font-family:"trado";
text-align: right;
font-size: 1.2em;
dir: rtl;
margin-bottom: 0.5em;
}
And the code in html file :
<body>
<p>أذكر فيه أسانيد الكتاب وغيرها وقد تكرر ذكرها في الكتاب لئلا يطول. </p>
</body>
The Book view shows the dot on the right side.
I'm I missing something?
|