I have been trying to add the
alt="[some text]" attribute to my image thumbnail links for accessibility purposes (as opposed to the "tooltip" text, which in html code is
title=[some text]), but nothing seems to be working - when I save the tiddler, the alt text is not there. Ideally I would like to include it in the image link macro I use (as
described here) if possible, but nothing I have tried is working, such as:
\define imageLink(url,image,alt)
<a href="images/$url$" target="_self">[img alt="$title$" [$image$]]</a>
\end
I was trying to use the tooltip as the alt image, but it gets messed up when rendered in the html code, and the image does not display: