User talk:Grundlett
From Slicer Wiki
Home < User talk:Grundlett
The code below implements an imagemap using the GraphViz extension:
- Code
<graphviz caption="Imagemap test"> digraph example3 { Google [URL="http://www.google.com" TITLE="Google"]; Bing [URL="http://www.bing.com" TITLE="Bing"]; } </graphviz>
- Results
<graphviz caption="Imagemap test"> digraph example3 {
Google [URL="http://www.google.com" TITLE="Google"]; Bing [URL="http://www.bing.com" TITLE="Bing"];
} </graphviz>