PDA

View Full Version : Image Titles


JMJ_coder
06-30-2008, 11:28 PM
Hello,

Is there a way to give a printed title to an image with the <img> tags?

Carpetsmoker
06-30-2008, 11:31 PM
You mean alt atribute?

JMJ_coder
06-30-2008, 11:41 PM
Hello,

You mean alt atribute?

Not exactly, this wouldn't be merely for accessibility, but for description. For example:

http://geology.com/state-map/maps/usa-map.jpg
Map of United States



To have this, image and title (but have title centered under image), all in one tag.

TerryP
07-01-2008, 06:36 AM
<h3>caption</h3>

foo

?

Carpetsmoker
07-01-2008, 06:40 AM
You can't use HTML in post ... And you should not use header elements (<hn>) for visual presentation either.