Click to See Complete Forum and Search --> : How can I add an Alt tg to


weee
08-17-2004, 04:03 PM
a link?

I tried:
<a alt="click for website" href="http://www.webdeveloper.com">http://www.webdeveloper.com</a>

But it didn't work. Why?

Thanks!

soccer362001
08-17-2004, 04:08 PM
<a href="link.htm" title="Title">I think this is how you do it</a>

ray326
08-17-2004, 04:25 PM
Alt is only for img tags and if you're browser is showing you the alt text like a tooltip then it's broken. Soccer pointed you to the correct attribute.