HTML title attribute question.

I doubt this can be done, but I’ll give it a shot.

Is there a way to imbed an anchor tag or img in a title attribute?

title=‘“Use your mouse to pan”<a href=“http://myserver.help.htm”>test</a>’

I would like to be able to pop a more detailed help screen from the title text on the rollover.

No, but there are ways to popup a hidden div upon mouseover. Here is an excellent tooltip plugin for jQuery, for example.

Thanks. I’m using jquery on this app. I’ll give that a try.

<a href=“http://myserver.help.htm” title='“Use your mouse to pan”>test</a>

http://www.w3.org/TR/html401/struct/links.html
http://www.w3.org/TR/WCAG-TECHS/H33.html