When creating an anchor you always have to have a Named point on your page. In other words, to "point" to a place on your page for Framing Systems, you need to name it:
Code:
<A name="Framing">Framing Systems</a>
and then you have to put in the link:
Code:
<a href="http://www.yourpagename.com/#Framing">Framing Systems</a>
You'll have to put the name in your HTML part of your page manually - I don't think that Xara can do that for you, but the link you put to the framing section in your nav bar with the #Framing (or whatever you want to call it) it should work. Message me off-line if you want some help with your behind the scenes HTML...