View Single Post
Old 04-01-2015, 12:09 PM   #1
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
gif not displaying on - Solved

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?

Last edited by JLius; 04-18-2015 at 09:29 AM. Reason: solved
JLius is offline   Reply With Quote