> I've created an image as instructed <<img[...]<<imageMap Mapname>>
Your 'img' syntax is not correct. This is how it should look: [img[filename.jpg]]<<imageMap Mapname>> > where Mapname is a tiddler containing a HR-separated list. > > I don't know what HR-separated is so I just made it as simple as > possible. Mapname is just: Each entry in the map list has two lines. In between each two-line entry is another line, containing just "----", which creates a line called a "horizontal rule" (HR). Thus, in order to have more than one map entry, you would write something like: TiddlerName 1,2,3,4,5,6.... ---- TiddlerName 1,2,3,4,5,6.... ---- TiddlerName 1,2,3,4,5,6.... > TiddlerToLinkto > 1,1,100,100 The list of coordinates are x,y pairs that describe the outline of the desired shape. However, the coordinate list you entered only defines two points, from (1,1) to (100,100)... which simply describes a *line* rather than a *polygon*. For example, to describe a simple box, you need to enter the coordinates for each corner of the box, like this: 1,1,100,1,100,100,1,100 which defines the top-left (1,1), top-right (100,1), bottom-right (100,100), and bottom-left corners (1,100), respectively. The final point is implictly connected back to the starting point, creating a closed shape that you can click upon. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

