Home
Solutions
AddThis Bookmark
Audio/Video
Bravenet Services
Creating Anchors
Custom Site
Flash
Forms: Allforms
Forms: Bravenet
Google Adsense
Google Analytics
Google Gadgets
Google Webmaster
Image Enlarging
Links in New Window
Mouse Trail
Redirect
Remove
Password Gate Generator
Paypal
Popup Generator
Site Search
Splash Page
Slideshow Generator
Webpage Translation
Tutorials
Tips
Customizing OL
Help and How To
Downloads
Services
Office Live Video
Common Problems
Contact Us
Link Exchange
 
 

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 #.