Proteopedia:Cookbook: Difference between revisions
No edit summary |
Eric Martz (talk | contribs) |
||
Line 99: | Line 99: | ||
</quiz> | </quiz> | ||
</pre> | </pre> | ||
== Image as clickable link == | |||
People tend to click an image expecting it to take them to more about that image, via a hyperlink. Below is the wikicode to do this. This method goes to only one link target, regardless of where you click withing the image. If you want to have different targets for different parts of the image, see the next section below on ''Imagemaps''. | |||
<imagemap> | |||
Image:Cys-spacefilled.png|frame|200px|Clicking this image goes to ''Introduction to molecular visualization''. | |||
default [[Introduction to molecular visualization]] | |||
</imagemap> | |||
== Imagemaps == | == Imagemaps == |