How to... > Text Object
To create anchors and jump to them take the following steps:
For each position on the page where you want to jump to you include an anchor:
<a name="jump_1">Label</a>
Use unique names for the anchors. When you want to include a hyperlink to this label include
<a href="#jump_1">Label</a>
Enable HTML-code for each text-blok where you have included these code (it's the button with the '</>'-icon).
If you want to link to an anchor you have defind from another page in the same site you must do the following.
Test the website. Then go to the folder ' C:\Users\...\Documents\Incomedia WebSite X5' and find the name of the page you want to link to (for example page_23) and remember the name of the anchor you want to jump to...
Then in WX5 go to the place where you want to include the link to the other page. Select the text you want to add a hyperlink to. Click on 'Insert link'. Select the fourth option 'File or another page name' and as a link type 'page_23#anchorname' (overwriting the 'http:\\').
You can use the same technique to jump to a link on a page in another website, but then you must include the full url, for example:
'http://www.yourwebsite.com/page_23#anchorname'