Forum Moderators: open

Message Too Old, No Replies

Using title to display text for linked image

Using title to display text for linked image

         

cdaniel

4:24 pm on Jun 10, 2006 (gmt 0)

10+ Year Member



I tried to post to an earlier thread about this subject, but it was closed. In that thread, it talks about using "title=" in the "a href" statement to display text when hovering over a linked image - as in the below. However, I just tried it and it did not work in IE (I have 6.0).

<a title="Link to chart of search engine marketing statistics." href=http://www.example.com/><img src="/images/file.gif" alt="Screenshot of search engine marketing statistics chart."></a>

birdbrain

7:44 pm on Jun 10, 2006 (gmt 0)



Hi there cdaniel,

and a warm welcome to these forums. ;)

Try applying the title attribute to the img tag rather than the anchor tag,

birdbrain