How to make your own SiteTour
The SiteTourApplet will look for and display a recursive set of <ul>,<li>,</ul> tags in your input file. You can customize the appearance of the list by adding extra attributes into the <ul> tag, and you can connect items via double arrows using the <arrow> or <doubleArrow> tags. The following tags and attributes are recognized:
| tag | attribute | sample value | meaning |
|---|---|---|---|
| ul | begin a list | ||
| x | 100 | set x position of this item within its parent | |
| y | 100 | set y position of this item within its parent | |
| lx | 100 | set x position of item label | |
| ly | 100 | set y position of item label | |
| lsize | 13 | set font size of item label | |
| bgcolor | #00ffff | set background color of item | |
| fgcolor | #000040 | set foreground color of item | |
| arrow | draw an arrow between two items | ||
| a | 1 | set index of item at start of arrow | |
| b | 2 | set index of item at end of arrow | |
| doubleArrow | draw a double arrow between two items | ||
| a | 1 | set index of first item pointed to by double arrow | |
| b | 2 | set index of second item pointed to by double arrow | |
| li | next item in this list | ||
| /ul | end a list |
If you have a website, you can make your own SiteTour as follows: