User talk:Grundlett

From Slicer Wiki
Revision as of 19:52, 20 February 2018 by Grundlett (talk | contribs)
Jump to: navigation, search
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>