<?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>SharePoint DIY &#187; HTML</title>
	<atom:link href="http://www.sharepointdiy.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointdiy.com</link>
	<description>Tutorials and how to&#039;s for Microsoft SharePoint</description>
	<lastBuildDate>Wed, 24 Jun 2009 23:28:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create a nicer looking hyperlink instead of the full URL using simple HTML</title>
		<link>http://www.sharepointdiy.com/271/creating-a-nicer-looking-hyperlink-instead-of-the-full-url?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-nicer-looking-hyperlink-instead-of-the-full-url</link>
		<comments>http://www.sharepointdiy.com/271/creating-a-nicer-looking-hyperlink-instead-of-the-full-url#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.sharepointdiy.com/?p=271</guid>
		<description><![CDATA[Perhaps it is just basic HTML, but I&#8217;m positive that this will benefit someone while formatting for example a workflow email. Instead of having that ugly long URL inside the body of the email, we would like to have some text that says &#8220;Click here&#8221; to link to the appropriate document / list item etc. A &#8230;]]></description>
			<content:encoded><![CDATA[<p>Perhaps it is just basic HTML, but I&#8217;m positive that this will benefit someone while formatting for example a workflow email.</p>
<p>Instead of having that ugly long URL inside the body of the email, we would like to have some text that says &#8220;Click here&#8221; to link to the appropriate document / list item etc.</p>
<p>A hyperlink is simply created by typing the following code in  the body of your email:<br />
&lt;a href=&#8221;http://MyServerName/&#8221;&gt;Click here&lt;/a&gt;</p>
<p>Replace the http://MyServerName for some item you would like to link to.</p>
<p>Pretty much all email clients will read the html code and convert it into a nice looking link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointdiy.com/271/creating-a-nicer-looking-hyperlink-instead-of-the-full-url/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

