<?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>Sista Sense &#187; Basic HTML Tips</title>
	<atom:link href="http://www.sistasense.com/category/basic-html-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sistasense.com</link>
	<description>How to Make Money on the Internet Tips for Beginners</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:19:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating HTML Text Links: A Guide for Beginners</title>
		<link>http://www.sistasense.com/2010/01/20/creating-html-text-links-a-guide-for-beginners/</link>
		<comments>http://www.sistasense.com/2010/01/20/creating-html-text-links-a-guide-for-beginners/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:13:47 +0000</pubDate>
		<dc:creator>sistasense</dc:creator>
				<category><![CDATA[Basic HTML Tips]]></category>
		<category><![CDATA[affiliate marketing]]></category>

		<guid isPermaLink="false">http://www.sistasense.com/?p=1944</guid>
        <content:encoded><![CDATA[<p>For the next few days, I am creating a series of how-to posts for the newbie marketers in <a href="http://www.sistasense.com/partners/" target="_blank">my Affiliate program</a>. Join the program and earn 30% commissions for each referral.</p>
<p>Regular text online is just readable. Text is referred to as a text link when you can mouse over it, and click it to open a web page.</p>
<p>Regular Text: <strong>Blogging for Beginners Video Series</strong><br />
Active Text Link: <a href="http://ecourses.webtechgurl.com/blogging-for-beginners/">Blogging for Beginners Video Series</a></p>
<p><strong>In HTML text links look like this:<br />
</strong>&lt;a href=&#8221;http://ecourses.webtechgurl.com/blogging-for-beginners&#8221;&gt;Blogging for Beginners Video Series&lt;/a&gt;</p>
<p><strong>Let&#8217;s break down the HTML Code Above:</strong></p>
<ul>
<li>Every link in HTML Starts with: <span style="color: #99cc00;"><strong>&lt;a</strong></span></li>
<li>The Next part of the link code is: <span style="color: #99cc00;"><strong>href=&#8221;website url&#8221;</strong></span><br />
This code tells your web browser what website to link to. Put the webpage url inside the quotes above where it says &#8220;website url&#8221; <strong> </strong></li>
<li>Then you add a right arrow: <strong><span style="color: #99cc00;">&gt;</span></strong></li>
<li>This is followed by any text you want to include to describe the link. In the example above I used the text <span style="color: #99cc00;"><strong>‘Blogging for Beginners Video Series</strong></span>’, which tells the viewer what they will see if they click that link.</li>
<li>Then you add the closing tag: <span style="color: #99cc00;"><strong>&lt;a&gt;</strong></span></li>
</ul>
<p><strong>Advanced text links:</strong><br />
If you click on the text link above it will open the Blogging for Beginners webpage in this window. Sometimes you want to open a text link in a new window. Click this link to see what I mean: <a href="http://ecourses.webtechgurl.com/blogging-for-beginners/" target="_blank">Blogging for Beginners Video Series</a></p>
<p>To open a new window when I link is clicked, you must add the target tag, as seen in the example below:<br />
<strong><span style="color: #99cc00;">&lt;a href=&#8221;http://ecourses.webtechgurl.com/blogging-for-beginners/&#8221; target=&#8221;_blank&#8221;&gt;Blogging for Beginners Video Series&lt;/a&gt;</span></strong></p>
<p>If you have a blog try creating your own text links for practice. If you don’t have a blog, you can practice in a forum text box.</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sistasense.com%2F2010%2F01%2F20%2Fcreating-html-text-links-a-guide-for-beginners%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sistasense.com%2F2010%2F01%2F20%2Fcreating-html-text-links-a-guide-for-beginners%2F" height="61" width="51" /></a></div>]]></content:encoded>
					<content:encoded><![CDATA[<p>For the next few days, I am creating a series of how-to posts for the newbie marketers in <a href="http://www.sistasense.com/partners/" target="_blank">my Affiliate program</a>. Join the program and earn 30% commissions for each referral.</p>
<p>Regular text online is just readable. Text is referred to as a text link when you can mouse over it, and click it to open a web page.</p>
<p>Regular Text: <strong>Blogging for Beginners Video Series</strong><br />
Active Text Link: <a href="http://ecourses.webtechgurl.com/blogging-for-beginners/">Blogging for Beginners Video Series</a></p>
<p><strong>In HTML text links look like this:<br />
</strong>&lt;a href=&#8221;http://ecourses.webtechgurl.com/blogging-for-beginners&#8221;&gt;Blogging for Beginners Video Series&lt;/a&gt;</p>
<p><strong>Let&#8217;s break down the HTML Code Above:</strong></p>
<ul>
<li>Every link in HTML Starts with: <span style="color: #99cc00;"><strong>&lt;a</strong></span></li>
<li>The Next part of the link code is: <span style="color: #99cc00;"><strong>href=&#8221;website url&#8221;</strong></span><br />
This code tells your web browser what website to link to. Put the webpage url inside the quotes above where it says &#8220;website url&#8221; <strong> </strong></li>
<li>Then you add a right arrow: <strong><span style="color: #99cc00;">&gt;</span></strong></li>
<li>This is followed by any text you want to include to describe the link. In the example above I used the text <span style="color: #99cc00;"><strong>‘Blogging for Beginners Video Series</strong></span>’, which tells the viewer what they will see if they click that link.</li>
<li>Then you add the closing tag: <span style="color: #99cc00;"><strong>&lt;a&gt;</strong></span></li>
</ul>
<p><strong>Advanced text links:</strong><br />
If you click on the text link above it will open the Blogging for Beginners webpage in this window. Sometimes you want to open a text link in a new window. Click this link to see what I mean: <a href="http://ecourses.webtechgurl.com/blogging-for-beginners/" target="_blank">Blogging for Beginners Video Series</a></p>
<p>To open a new window when I link is clicked, you must add the target tag, as seen in the example below:<br />
<strong><span style="color: #99cc00;">&lt;a href=&#8221;http://ecourses.webtechgurl.com/blogging-for-beginners/&#8221; target=&#8221;_blank&#8221;&gt;Blogging for Beginners Video Series&lt;/a&gt;</span></strong></p>
<p>If you have a blog try creating your own text links for practice. If you don’t have a blog, you can practice in a forum text box.</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sistasense.com%2F2010%2F01%2F20%2Fcreating-html-text-links-a-guide-for-beginners%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sistasense.com%2F2010%2F01%2F20%2Fcreating-html-text-links-a-guide-for-beginners%2F" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.sistasense.com/2010/01/20/creating-html-text-links-a-guide-for-beginners/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
