<pageanchor SamePageAnchorName style="...">......</pageanchor> Adds an anchor to an html element on the same page. Destination anchors in HTML documents may be specified either by the A element (naming it with the name attribute), or by any other element (naming with the id attribute). Example: <advancedparser/> <html> <pageanchor section1>To Section One</pageanchor> ... <h3><a name="section1">Section One</a></h3> or <h3 id="section1">Section1</h3>
You can use this tag only in html mode and at the very beginning of the html text you should type <advancedparser/>!
|