On 12/13/05, Kim Kruse <[EMAIL PROTECTED]> wrote:
> What about the title attribute?
>
> <img src="mygif.gif" title="label" alt="label" />
>
> <a href="whatever.htm" title="some label here"><img src="mygif.gif"
> alt="label"  /></a>
>

Titles aren't used by anything... so they are useless.

> >
> > BTW. does anyone know a good way of stylistically adding labels to
> > images?  At the moment i'm using:
> > <p class="image" title="!label!">
> >    <img src="!URI!" alt="!label!"/><span class="label">!label!</span>
> > </p>
> > is this right? what do you suggest?

This isn't the only place where html falls short of giving us enough
ability to make something semantic. But the closest I can get:

<dl>
<dt><img src="picture" alt="a picture of me"/></dt>
<dd>This is a picture of me right after I sent an e-mail</dd>
</dl>

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to