PDA

View Full Version : alt for images


sphinx
04-05-2004, 10:22 AM
This I hope is in the correct forum it's been a while since I visited ;)
so here is my question,I am currently working on a new style for version 3 and am on my showthread templates and I can get rid of the writing etc for thread tools etc but can't figure out how if possible to add an alt,ie when you hover it tells you what the pic links to.
If someone would be so kind to let me know if this can be done and how I would appreciate it,I have added my line for thread tools if this is any help.


<a href="#goto_threadtools">$vbphrase</*>

Logikos
04-05-2004, 07:39 PM
If its an image then do this
<a href="#goto_threadtools" alt="Something Here">$vbphrase</*>

If its a text link then do this
<a href="#goto_threadtools" title="Something Here">$vbphrase</*>

sphinx
04-06-2004, 09:03 AM
thank you very much

Logikos
04-06-2004, 09:04 AM
Not a problem