View Single Post
Old 05-16-2012, 04:56 AM   #18
huebi
Zealot
huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!huebi , Klaatu Barada Niktu!
 
Posts: 121
Karma: 5070
Join Date: Dec 2010
Device: none
Quote:
Originally Posted by Toxaris View Post
Sorry, any e-book creator finalizing by doing a ePUB conversion in Sigil as finished product and claiming to create very good ePUB's I cannot take seriously.
In addition, he set the alt attribut of decorative images to a text string, resulting in a chapter name like

Chapter 1 pinewood

Whats defintly false. For decorative images the alt attribute must be present, too, but it can be empty and should be empty. Not showing the deorative images does have an effect of the understaning of the text, so the alt attribute must e empty.

If the image represents a graphical letter, so alt-attribute should be set to the letter be represented:

Code:
<h1><img src='../Images/bigC.jpg' alt = 'C' />hapter 1</h1>
So he defintly has no understandig about the role of the alt attribut .
huebi is offline   Reply With Quote