View Single Post
Old 12-14-2010, 01:37 PM   #1
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Straaaaaange happenings

I have been chasing this anomoly for a while. Sigil is adding stuff to image calls. Epub and MOBI (via kindlegen) display fine. When the epub is converted to LRF, the Frontpiece does not display.

Here's what I have.


HTML titlepage call:
Code:
<h2 title="TITLE PAGE"><IMG title=  alt=  src="Images/TitlePage.jpg"></h2>
Sigil titlepage call:
Code:
<h2 id="heading_id_2" title="TITLE PAGE"><img alt="" src="../Images/TitlePage.jpg" title="alt=" /></h2>
HTML frontpiece call:
Code:
<h2 title=
  "FRONTPIECE: &quot;I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER.&quot;">
  <img title="" alt='"I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER."' src=
  "Over%20Paradise%20Ridge_files/image1.jpg" /></h2>
Sigil frontpiece call:
Code:
  <h2 title="FRONTPIECE: &quot;I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER.&quot;"><img alt="&quot;I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER.&quot;" src="../Images/image1.jpg" title="" /></h2>
I dont seem to be able to get rid of the title="alt=" in the code.

The html, epub, and LRF files are contained in the attached zip file.
Would you set me straignt?
Charlie
crutledge is offline   Reply With Quote