View Single Post
Old 11-24-2013, 03:52 PM   #5
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Epiphany View Post
You guys are great to offer me all this help. I did look at Sigil and unfortunately since I have no experience whatsoever with this sort of thing it looked so confusing.
This alt fix is simple stuff, it is exactly as Hitch/theducks stated... sadly, this is one of the downfalls of these automatic conversions (they will produce garbage code... causing you much more headaches in the long-run).

If you open up your file in Sigil, and do a search, you should be able to find an "img" tag:

<div><img src="../Images/pg025-TableII.png" /></div>

"src" just tells the HTML the location/filename of the image. As you can see, there is no "alt".

What you want to do is add in an alt:

<div><img alt="Table II. Momentum of World Population" src="../Images/pg025-TableII.png" /></div>

alt can also be completely blank:

<div><img alt="" src="../Images/pg025-TableII.png" /></div>

Quote:
Originally Posted by Epiphany View Post
Not sure if I will meet the deadline though. If only I could afford to pay someone to do it but will not be able to by the deadline of the publisher from which is only offering distribution and will not help me decipher or fix this problem unless I pay them for this service.
Preposterous! This is the tiniest of tiny fixes!!!! When is this deadline?

If you need any more help, feel free to post here, PM me, or email me directly (*insert my MobileRead username* at gmail dot com).

This situation shall be fixed!

Last edited by Tex2002ans; 11-24-2013 at 03:54 PM.
Tex2002ans is offline   Reply With Quote