View Single Post
Old 06-29-2013, 11:25 AM   #1
orange!
Born to be wild
orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.orange! ought to be getting tired of karma fortunes by now.
 
orange!'s Avatar
 
Posts: 206
Karma: 1010067
Join Date: Sep 2010
Location: North Carolina, USA
Device: Kindle K3 wi-fi, Nexus 7 + Aldiko
Question [SOLVED] Images display in Sigil Book View, but not on the device

Hi,

First, thanks to the Sigil developers. I think it is an awesome tool!

I'm a newbie--have just converted my 2nd book. My workflow is MS Word + Toxaris e-book Tools, then cleanup in Sigil.

My problem is my images are displayed in Book View inside Sigil, but they don't show up when I copy my ePub from where Sigil puts it to my device (Nexus 7 + Aldiko reader).

I used the exact same workflow on the first book I did without any image problems. I must have done something different this time, but I can't figure out what it is.

Thanks in advance for any constructive suggestions!

[SOLUTION]. I just ran FlightCrew. (I was previously under the assumption that it ran automatically when you saved). I got messages which gave me the hint I needed for the solution. The problem was that I was using this as the value of the src attribute for img tag:

Code:
<img alt="chapter-end" src="../Images/title-chapter.png" />
but the name of the file in the Images folder is

Code:
title-chapter.PNG
Solution: consistently capitalize the filename and all the references to the file in the HTML!!

Last edited by orange!; 06-29-2013 at 12:15 PM. Reason: added solution
orange! is offline   Reply With Quote