View Single Post
Old 05-30-2012, 07:19 AM   #54
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,563
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
But please:

Change alt="images3" to alt="" the alt attribute is what would be used by a screen reader program, or what would be displayed if images are disabled... and you don't want "images3" to be read aloud or shown. The alt attribute should only be used (i.e. non-blank) when an image needs some kind of description (and beware of duplicating the caption, if there's one).

The id="images3graphic" is probably not needed at all, unless you want to specifically link to the image. Also, if there are several chapters in a single file, they should have different id attributes.

Optionally, move the style="width: 30%" to the stylesheet.
Jellby is offline   Reply With Quote