Version 2, changed by jotspot_jim. 08/24/2005. Show version history
Creating anchor links with the Script Markup editor
Topic: It is possible to create links to content on the same page or another page.
JotSpot supports Anchor links, also known as the "a" tag.
Anchor Links
1. Must use Script Markup edit mode
2. Link syntax is something like:
[[PageName#hello][Link to Hello]]
3. Anchor tag is like this:
<a name="hello">Hello</a> located on page titled "PageName"
4. Save the page.
The A tag is defined by HTML. In JotSpot you can use the A tag the same way as in HTML, but there are additional features. The href attribute can take a string of the form wiki:WikiPage, where WikiPage is the name of a page in your JotSpot wiki.
No notes on this page yet -- be the first!