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.
|