<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Create HTML Links That are Page Jumps</title>
	<atom:link href="http://www.createbetterwebsites.com/html-links-page-jumps.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.createbetterwebsites.com/html-links-page-jumps.html</link>
	<description>Learn How to Create Better Websites</description>
	<lastBuildDate>Wed, 18 Aug 2010 20:25:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Noelle Kreutzer</title>
		<link>http://www.createbetterwebsites.com/html-links-page-jumps.html/comment-page-1#comment-205</link>
		<dc:creator>Noelle Kreutzer</dc:creator>
		<pubDate>Wed, 05 May 2010 03:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=45#comment-205</guid>
		<description>pretty useful stuff, overall I think this is worth a bookmark, thanks</description>
		<content:encoded><![CDATA[<p>pretty useful stuff, overall I think this is worth a bookmark, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.createbetterwebsites.com/html-links-page-jumps.html/comment-page-1#comment-144</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 26 Apr 2010 07:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=45#comment-144</guid>
		<description>Of course you can link to this.  The full URL is: 
http://www.createbetterwebsites.com/html-links-page-jumps.html</description>
		<content:encoded><![CDATA[<p>Of course you can link to this.  The full URL is:<br />
<a href="http://www.createbetterwebsites.com/html-links-page-jumps.html" rel="nofollow">http://www.createbetterwebsites.com/html-links-page-jumps.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlena Oleveda</title>
		<link>http://www.createbetterwebsites.com/html-links-page-jumps.html/comment-page-1#comment-138</link>
		<dc:creator>Marlena Oleveda</dc:creator>
		<pubDate>Sun, 25 Apr 2010 19:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=45#comment-138</guid>
		<description>Would it be alright if I link up to this, from my web site? I&#039;m needing to collect as many sources of information as I am able.</description>
		<content:encoded><![CDATA[<p>Would it be alright if I link up to this, from my web site? I&#8217;m needing to collect as many sources of information as I am able.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.createbetterwebsites.com/html-links-page-jumps.html/comment-page-1#comment-22</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 30 Mar 2010 06:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=45#comment-22</guid>
		<description>Don,

There was a typo in the example code in the article (fixed now).  Example for you to create a link to the middle of your tell a friend page would look like this.
&lt;code&gt;&lt; a href=&quot;http://www.funniesttoptenlists.com/tell_a_friend.html#middle&quot;&gt; Go to middle&lt;/a&gt;&lt;/code&gt;
Then make sure you assign a name to the middle of that page as well. 
Insert the name tag like this to the middle of your page.
&lt;code&gt;&lt;a name=&quot;middle&quot;&gt;&lt;/a&gt;&lt;/code&gt;
Middle is just an example but you can use this for any part of the page. Name the section you want to point to and then point to that name like the example above.  Hope that helps.</description>
		<content:encoded><![CDATA[<p>Don,</p>
<p>There was a typo in the example code in the article (fixed now).  Example for you to create a link to the middle of your tell a friend page would look like this.<br />
<code>&lt; a href="http://www.funniesttoptenlists.com/tell_a_friend.html#middle"&gt; Go to middle&lt;/a&gt;</code><br />
Then make sure you assign a name to the middle of that page as well.<br />
Insert the name tag like this to the middle of your page.<br />
<code>&lt;a name="middle"&gt;&lt;/a&gt;</code><br />
Middle is just an example but you can use this for any part of the page. Name the section you want to point to and then point to that name like the example above.  Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don G. Asmus</title>
		<link>http://www.createbetterwebsites.com/html-links-page-jumps.html/comment-page-1#comment-21</link>
		<dc:creator>Don G. Asmus</dc:creator>
		<pubDate>Mon, 29 Mar 2010 20:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.createbetterwebsites.com/?p=45#comment-21</guid>
		<description>I need to create a page jump from one page in my website to a specific place on another page of my website. In fact, I need to do this repeatedly with several page combinations.

You addressed this issue and presented an example, using your own website. Unfortunately, I could not make head or tail out of that example.

I could not be sure whether your example of the proper code ran both the source code and the destination code together, or, if you were only showing the source code. I also have no idea where the element &quot;mce&quot; came from in the example you presented. Its meaning/use was not explained.

I would greatly appreciate it if you could send me a fuller explanation of the aforementioned example.

Thank you in advance for any assistance you can provide.</description>
		<content:encoded><![CDATA[<p>I need to create a page jump from one page in my website to a specific place on another page of my website. In fact, I need to do this repeatedly with several page combinations.</p>
<p>You addressed this issue and presented an example, using your own website. Unfortunately, I could not make head or tail out of that example.</p>
<p>I could not be sure whether your example of the proper code ran both the source code and the destination code together, or, if you were only showing the source code. I also have no idea where the element &#8220;mce&#8221; came from in the example you presented. Its meaning/use was not explained.</p>
<p>I would greatly appreciate it if you could send me a fuller explanation of the aforementioned example.</p>
<p>Thank you in advance for any assistance you can provide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
