> My Javascript knowledge is severely limited, so [...] I'm hoping you > are able to get it right
You don't actually need any JavaScript knowledge for this - all you really need are the coordinates of the respective areas (for rectangles, in the order top left, top, right, bottom - other shapes could be used as well[1]). Once you got that, you just insert the tiddler name as illustrated in my sample code (there I used "Jon" and "Jane"). Perhaps look for a simple tutorial on HTML image maps. > I had to replace the quotes Good catch - I hadn't considered the nested quotes. > I still can't make it show the the text "people" (alt="people") The ALT attribute is alternate text in case the image cannot be displayed[2]. What you want there is the TITLE attribute. -- F. [1] http://www.w3.org/TR/html401/struct/objects.html#h-13.6.1 [2] http://www.w3.org/TR/html401/struct/objects.html#alternate-text --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

