<?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>Scott Rouse Digital &#187; Blog</title>
	<atom:link href="http://www.scottrousedigital.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottrousedigital.com</link>
	<description>Web Design, Consulting, and Instruction</description>
	<lastBuildDate>Wed, 08 Jul 2009 21:26:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating Links in HTML</title>
		<link>http://www.scottrousedigital.com/blog/creating-links-in-html/</link>
		<comments>http://www.scottrousedigital.com/blog/creating-links-in-html/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:28:39 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.scottrousedigital.com/?p=77</guid>
		<description><![CDATA[If you are interested in &#8220;embedding&#8221; a link in text on a webpage (such as a blog post or comment), you can use the proper html code to make it pretty. For example, to say: Click here to view a really cool video! You would type: &#60;a href="http://www.youtube.com/watch?v=eBGIQ7ZuuiU">Click here&#60;/a> to view a really cool video! [...]]]></description>
			<content:encoded><![CDATA[<p>If you are interested in &#8220;embedding&#8221; a link in text on a webpage (such as a blog post or comment), you can use the proper html code to make it pretty.</p>
<p><span id="more-77"></span></p>
<p>For example, to say:</p>
<p><a href="http://www.youtube.com/watch?v=eBGIQ7ZuuiU">Click here</a> to view a really cool video!</p>
<p>You would type:</p>
<p><code>&lt;a href="http://www.youtube.com/watch?v=eBGIQ7ZuuiU">Click here&lt;/a> to view a really cool video!</code></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottrousedigital.com/blog/creating-links-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
