| Author |
- Is there any way to alt-text HTML links (as opposed to IMG mousovers)?
|
|
| Jon Yeager 2004-09-15, 11:51 pm |
| Is there any way to alt-text HTML links (as opposed to IMG mousovers)?
| |
|
| Yup, just use the title attribute.
i.e. <a href="link.html" title="Link Alt Text">Link</a>
HTH,
Beck
--
http://beckytench.com
"If you were right, I would agree with you." -- Awakenings
"Jon Yeager" <nospam@please.com> wrote in message
news:ci4qsc$ko6$1@forums.macromedia.com...
> Is there any way to alt-text HTML links (as opposed to IMG mousovers)?
>
| |
| darrel 2004-09-15, 11:51 pm |
| > Is there any way to alt-text HTML links (as opposed to IMG mousovers)?
depends on what you mean by 'alt-text'. The alt attribute is only for
images, since it's simply a text replacement for the image. A text link is
text, so obviously doesn't need any replacement text.
As others have pointed out, the title attribute can be used to add
'additional' text to either an image or a link.
-Darrel
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |