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: "I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER."">
<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: "I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER.""><img alt=""I GOT A CALL—A LAND CALL THAT I HAD TO ANSWER."" 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