<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David&#039;s technobabble &#187; moss</title>
	<atom:link href="http://bable.cybermarshall.com/tag/moss/feed/" rel="self" type="application/rss+xml" />
	<link>http://bable.cybermarshall.com</link>
	<description>David&#039;s thoughts about this and that</description>
	<lastBuildDate>Fri, 22 Jan 2010 18:29:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating navigation links within a SharePoint 2007 or WSS 3.0 wiki page</title>
		<link>http://bable.cybermarshall.com/2008/12/23/creating-navigation-links-within-a-sharepoint-2007-or-wss-30-wiki-page/</link>
		<comments>http://bable.cybermarshall.com/2008/12/23/creating-navigation-links-within-a-sharepoint-2007-or-wss-30-wiki-page/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 00:28:16 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[moss]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=129</guid>
		<description><![CDATA[I&#8217;m always hearing complaints about how deficient the SharePoint 2007 Wiki editor is. Although SharePoint 2007 is the 3rd release of the SharePoint product, some components are in their 1st release. The Wiki editor is one of these 1st release components.
One of the things people want to do is easily create inter-page navigation links like, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always hearing complaints about how deficient the SharePoint 2007 Wiki editor is. Although SharePoint 2007 is the 3<sup>rd</sup> release of the SharePoint product, some components are in their 1<sup>st</sup> release. The Wiki editor is one of these 1<sup>st</sup> release components.</p>
<p>One of the things people want to do is easily create inter-page navigation links like, top, bottom, etc. Although not the most user friendly approach, you can do this manually by entering anchors from the source view of the Wiki Editor. Here&#8217;s how I do it.</p>
<p><span id="more-129"></span></p>
<p><em>Manually add anchors using HTML code.</em></p>
<p>In the Wiki editor,click the source button to switch to HTML source view. Add your anchors wherever you need them in the source,  using the pattern:</p>
<p style="margin-left: 40px;">&lt;a id=anchor_name name=anchor_name&gt;&lt;/a&gt;</p>
<p>You can have many anchors. You just give them different names and ids. For an anchor named top it would be</p>
<p style="margin-left: 40px;">&lt;a id=top name=top&gt;&lt;/a&gt;</p>
<p>When done adding anchors, click OK to go back to the rich text view.</p>
<p><em>Create relative links to the Anchors</em></p>
<p>To create links to the anchors you just created, you will do this from the rich text tool-bar by clicking on the Hyperlink button.</p>
<p>In the Hyperlink dialog, for the Address, specify the root relative URL for the page by removing the site info and adding the #anchor_name</p>
<p>In General, you can get this URL by going out of edit mode on the page, and back to viewing the page in regular view mode.</p>
<ol>
<li>Copy the URL from the address bar</li>
<li>Remove the site-name part of the URL (e.g. http://yoursitename)</li>
<li>Add the named anchor portion (e.g. #anchor_name) to the very end of the URL.</li>
</ol>
<p>For a default Wiki Library in a HR sub-site in the default SharePoint SiteDirectory the relative URL will look something like</p>
<p style="margin-left: 40px;">/SiteDirectory/HR/Wiki%20Pages/YourWikiPage.aspx#top</p>
<p>I hope to evaluate the Telerik <a href="http://www.telerik.com/help/aspnet-ajax/moss-overview.html" onclick="pageTracker._trackPageview('/outgoing/www.telerik.com/help/aspnet-ajax/moss-overview.html?referer=');">RadControls</a> soon, specifically the <a href="http://www.telerik.com/help/aspnet-ajax/moss-introduction.html" onclick="pageTracker._trackPageview('/outgoing/www.telerik.com/help/aspnet-ajax/moss-introduction.html?referer=');">RadEditor control</a></p>
<p>I&#8217;m also following the status and features of the <a href="http://www.codeplex.com/CKS" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/CKS?referer=');">Community Kit for SharePoint</a> for possible ways to improve the SharePoint Wiki editor.</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-5633552336244805";
google_ad_slot = "5649858591";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://bable.cybermarshall.com/2008/12/23/creating-navigation-links-within-a-sharepoint-2007-or-wss-30-wiki-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
