Dear all
I used the following code in a book to serve as a scene-break. It is a gif image.
Code:
<p class="stroke">
<img src="stroke.gif" alt="Afbeelding"/>
</p>
The CSS:
Code:
.stroke {
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em;
display: block;
text-indent: 0;
}
It all looks okay on the preview in Calibre, but on my prs-t2 and prs-t3. I just see a blank space between the paragraphs. Does anybody know what I'm doing wrong here?