Home
Getting Started
Solutions
Tutorials
Tips
SE Optimization
Customizing OL
Help and How To
Downloads
Services
Office Live Video
Common Problems
Contact Us
 
 

How to Create Anchors in Office Live

 

1.  To create your anchors use the custom footer module.  Place the following code in custom footer module (removing everything else), change the anchor name to anything you want, just make sure it is unique for each anchor, place as many custom footer modules on the page as you need.  When you click a link the page will scroll down to the location of the custom footer module.

 

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" omit-xml-declaration="yes"/>
<xsl:template match="/">
<a name="anchorname1"></a>
</xsl:template>
</xsl:stylesheet>

 

2.  Next to create the links, first type out text for the link.  Select one of the link, click Hyperlink and from the selection select Web Site.  For the link use #anchorname1, where anchorname1 is the name of the anchor in the custom footer module.  If you want a link that goes to the top of the page simply use #.