Each link must contain at least one <shape> node describing the link area.
The table below lists the attributes recognized by FSI Pages.
Attribute
Description
URL
URL to open when the user clicks the link.
Target
Target frame to open the URL in
Tip
Tool tip to display when the user points at the link
<area> node
<Page>
<Links>
<Area URL="info.html" URLTarget="_blank" Tip="Hello" >
...
</Area>
</Links>
</Page>
<shape> nodes
These child nodes of the <area> node provide the coordinates of a link polygon.
The format for the coordinates is "x1,y1, x2,y2, …". The coordinates are floating
point values between 0 and 1, where 0 is the left side of the image and 1 is the right
side of the image. For y-coordinates 0 is top of the image and 1 is the bottom of the
image. A valid shape must at least consist of 6 values (3 points).
You can use multiple <shape> nodes in an <area> node if you want to specify
multiple shapes for the same link.
Attribute
Description
Coords
Comma separated coordinates describing the link shape
(see above)
9 FSI Pages Add-on
NeptuneLabs - FSI Viewer
264