> Eric has provide the answer before:
> in the image map, instead of
> href="http://www.someplace.com/whatever"
> try
> href="javascript:story.displayTiddler(null,'TiddlerTitle');"
> HTH,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studio
> http://www.TiddlyTools.com
> "Small Tools for Big Ideas!"
> This thread give the details
> http://groups.google.com/group/TiddlyWiki/browse_thread/thread/661e8e...
> On Jan 28, 12:15 pm, "Alex Hough" <r.a.ho...@googlemail.com> wrote:
> > Hello there.
> > I would like to get the href="[[diagram]]" bit of the below code to open
> a
> > tiddler. I don't know how to link to a tiddler from inside HTML
> > <html>
> > <map id="diagram" name="diagram">
> > <img src="./Images/path8322.png"
> > width="300" height="300"
> > alt="Diagram"
> > usemap="#diagram" />
> > <area shape="rect"
> > coords="0,0,82,126"
> > alt="diagram"
> > href="[[diagram]]">
> > </map>
> > </html>
> > Alex