a link?
I tried:
<a alt="click for website" href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.webdeveloper.com">http://www.webdeveloper.com</a>
But it didn't work. Why?
Thanks!<a href=http://www.webdeveloper.com/forum/archive/index.php/"link.htm" title="Title">I think this is how you do it</a>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.
I tried:
<a alt="click for website" href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.webdeveloper.com">http://www.webdeveloper.com</a>
But it didn't work. Why?
Thanks!<a href=http://www.webdeveloper.com/forum/archive/index.php/"link.htm" title="Title">I think this is how you do it</a>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.