I usually include title and alt options in <a> tags when writing html. This 
helps the reader with a little more information than just a link:

<a href="http://www.blah.com/";><img src="image.png" title="title info here 
alt="alt info here" height="15" width="80" /></a>

This way the reader can hover over the link an get a bit more information. And 
using the title/alt options in image tags can reveal some info about the 
image if the image isn't able to display.

How do I the above in links and images in pmwiki? Something like:

[[http://www.blah.com | Blah dot com (title="My boring site" alt="Ian's boring 
website")]]

Attach:Site.image (title="My boring site" alt="Ian's boring website")

Regards,
Ian MacGregor
-- 
http://www.imacgregor.com
MacGregor Despite Them!

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to