<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.karelia.com/forum/extern.php?action=feed&amp;tid=2224&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Karelia Community Forum / link to a fragment]]></title>
		<link>http://www.karelia.com/forum/viewtopic.php?id=2224</link>
		<description><![CDATA[The most recent posts in link to a fragment.]]></description>
		<lastBuildDate>Sun, 20 May 2012 17:22:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=8053#p8053</link>
			<description><![CDATA[<p>for an example see here<br /><a href="http://macableton.com/blog/keep-windows-on-top-make.html" rel="nofollow">http://macableton.com/blog/keep-windows … -make.html</a><br />click on &quot;other stuff&quot;</p><p>this is done with link inspector, external URL, plus an invisible anchor tag as per macdafydd&#039;s page</p>]]></description>
			<author><![CDATA[dummy@example.com (francotton)]]></author>
			<pubDate>Sun, 20 May 2012 17:22:41 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=8053#p8053</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7980#p7980</link>
			<description><![CDATA[<p>If the page you are jumping to is part of the same site, you do not have to use a full URL to reference it, in fact, for technical reasons it is better not to do so. Instead, you should use a relative URL. You have to understand the structure of your site and the easiest way of doing this is to draw a diagram, showing how the different pages fit together (looks like a simple flowchart). In the beginning you might find it difficult to build the relative URL, but with patience you&#039;ll get there and might even come to love things like ../../</p><p><a href="http://webdesign.about.com/od/beginningtutorials/a/aa040502a.htm" rel="nofollow">http://webdesign.about.com/od/beginning … 40502a.htm</a> might help, but there is plenty of other information out there.</p>]]></description>
			<author><![CDATA[dummy@example.com (macdafydd)]]></author>
			<pubDate>Thu, 17 May 2012 09:01:14 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7980#p7980</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7965#p7965</link>
			<description><![CDATA[<div class="quotebox"><cite>seanc wrote:</cite><blockquote><div><div class="quotebox"><cite>macdafydd wrote:</cite><blockquote><div><p>.. I&#039;ve not tried, but I should think that all jumps, even those from texs,mcould be achieved through the Link Inspector, including those to other pages.</p></div></blockquote></div><p>I have tried, and it does not work (at least, not in v2.2.x, don&#039;t know about 2.5.x), and I think that&#039;s where joljol2 is running into trouble.</p><p>Links to anchors within the same page work fine via link inspector &quot;external URL&quot;.&#160; It accepts the anchor tag as-is, does not &quot;meddle&quot; with it in any way:</p><p>As typed: <a href="http://www.macalchemy.com/sandvox/anchors/good-before.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … before.jpg</a><br />Accepted: <a href="http://www.macalchemy.com/sandvox/anchors/good-after.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … -after.jpg</a></p><p>But ... if you try to prepend a relative path to another page, it &quot;meddles&quot; with the address:<br />As typed: <a href="http://www.macalchemy.com/sandvox/anchors/bad-before-1.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … fore-1.jpg</a><br />Mangled: <a href="http://www.macalchemy.com/sandvox/anchors/bad-after-1.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … fter-1.jpg</a></p><p>Or a doc root path to another page:<br />As typed: <a href="http://www.macalchemy.com/sandvox/anchors/bad-before-2.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … fore-2.jpg</a><br />Mangled: <a href="http://www.macalchemy.com/sandvox/anchors/bad-after-2.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … fter-2.jpg</a></p><p>The only way it won&#039;t &quot;meddle&quot; is with absolute path:<br />As typed: <a href="http://www.macalchemy.com/sandvox/anchors/works-before.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … before.jpg</a><br />Accepted: <a href="http://www.macalchemy.com/sandvox/anchors/works-after.jpg" rel="nofollow">http://www.macalchemy.com/sandvox/ancho … -after.jpg</a></p><p>Sean</p></div></blockquote></div><p>This works great, to points in the same page or other pages! Nice one!</p><p>All you need is an external link with #name or full url#name to link to a point on another page, where name is the anchor tag as described here <a href="http://davidneale.eu/sandvox/anchor-tags.html#par1" rel="nofollow">http://davidneale.eu/sandvox/anchor-tags.html#par1</a></p><p>or you can do it the html link way</p><p>Cheers again!</p>]]></description>
			<author><![CDATA[dummy@example.com (francotton)]]></author>
			<pubDate>Wed, 16 May 2012 15:08:52 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7965#p7965</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7936#p7936</link>
			<description><![CDATA[<p>Macdaffyd, looks like they ought to create a new category just for you - SuperSleuth !</p><p>Thank you so much for your continuing involvement in unraveling this.</p><p>I&#039;ll bear the on-going trauma of all this in mind as a caution to myself.</p><p>Thanks again, and to all those imposed on throughout.</p><p>joljol2</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Mon, 14 May 2012 20:46:38 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7936#p7936</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7934#p7934</link>
			<description><![CDATA[<p>joljol2, it is extremely difficult, sometimes impossible, to provide answers when insufficient data is available, so I can&#039;t offer a solution to your latest post.</p><p>As for your anchor link in the sidebar, currently, your link, &quot;Climb one with me,&quot; points to <a href="http://www.worldshaman.org/betaTest/Photo.html#Sketch-bottom" rel="nofollow">http://www.worldshaman.org/betaTest/Pho … tch-bottom</a> and this returns a not found error.</p><p>So, taking that URL, instead of going to a specific location (Sketch-bottom) on the page, I try to go to the page itself, using <a href="http://www.worldshaman.org/betaTest/Photo.html" rel="nofollow">http://www.worldshaman.org/betaTest/Photo.html</a> and also receive a not found error.</p><p>If the page can&#039;t be found, the a location on it will certainly also not be found!</p><p>After some time and investigation of your other links, I thought I&#039;d try the page URL, but with a lower-case &quot;p&quot; instead of the upper-case: <a href="http://www.worldshaman.org/betaTest/photo.html" rel="nofollow">http://www.worldshaman.org/betaTest/photo.html</a></p><p>And it worked! So then I tried adding the anchor-name and that worked, too.</p><p>You must take care with URLs to get them absolutely correct.</p>]]></description>
			<author><![CDATA[dummy@example.com (macdafydd)]]></author>
			<pubDate>Mon, 14 May 2012 17:16:30 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7934#p7934</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7922#p7922</link>
			<description><![CDATA[<p>Och !</p><p>Perhaps &quot;mingling&quot; could be a relevant term, instead of mangling.</p><p>Trying to get the link to work, </p><p>1st in Safari</p><p>then 2nd in view/edit on the Photo.html file seen with FileZilla</p><p>there are a variety of reported URLs that are not found; such as:</p><p>Safari can&#039;t find the file. ?<br />No file exists at the address<br />“/var/folders/hk/v1d ct0n3gv10cg10g8vrczs45s40000gn/T/fz3temp-1/photo.html/Photo.html&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Mon, 14 May 2012 12:10:24 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7922#p7922</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7919#p7919</link>
			<description><![CDATA[<p>Your URL is incorrect. Checking the source code, it reads:</p><p>&lt;a href=&quot;“betaTest/Photo.html#Sketch-bottom&quot;&gt;Climb one with me&lt;/a&gt;</p><p>Note the two quotes (one plain, the other heaven knows what) after href=.</p>]]></description>
			<author><![CDATA[dummy@example.com (macdafydd)]]></author>
			<pubDate>Mon, 14 May 2012 11:31:37 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7919#p7919</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7918#p7918</link>
			<description><![CDATA[<p>I changed the Pagelet title to Photo because Sketch.html was not getting published.</p><p>In the text under the title I entered <br />&lt;span&gt;&lt;a href=“betaTest/Photo.html#Sketch-bottom&gt;Climb one with me&lt;/a&gt;&lt;/span&gt;</p><p>Upon publishing the error came: The requested URL /betaTest/â€œbetaTest/Photo.html was not found on this server.<br />plus the 404 code</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Mon, 14 May 2012 10:52:59 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7918#p7918</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7916#p7916</link>
			<description><![CDATA[<p>I&#039;ve not tried using the Link Inspector to link to another page (yet!), but your URLSs look very strange, so it might be that the link simply is not specified correctly. Here&#039;s the link that I placed in the sidebar of my demo page, using RAW HTML:</p><div class="codebox"><pre><code>&lt;span&gt;&lt;a href=&quot;column-layouts/2-columns-2.html#2col&quot;&gt;2-column layout&lt;/a&gt;&lt;/span&gt;</code></pre></div><p>The link is a relative link and must be bang on for it to work correctly.</p><p>Hang on, I&#039;ll try the same link, using the Link Inspector, to see if it works…</p><p>No. Sandvox changes the relative link to an absolute link, but misses part of the URL. You can enter the absolute URL yourself, but then Sandvox cuts it off after so many characters, thereby breaking the link again. At the moment, then, all you can do is to use Raw HTML, I think.</p><p>I shall add something about this to the demo page when I have time.</p>]]></description>
			<author><![CDATA[dummy@example.com (macdafydd)]]></author>
			<pubDate>Mon, 14 May 2012 09:27:35 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7916#p7916</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7914#p7914</link>
			<description><![CDATA[<p>Wow !</p><p>I just wanted&#160; way to point to the bottom of the upcoming page.</p><p>Easy as the links in the other Pagelet&#039;s titles in the Sidebar.</p><p>Thanks for the tutoring,</p><p>joljol2</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Mon, 14 May 2012 00:01:20 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7914#p7914</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7913#p7913</link>
			<description><![CDATA[<div class="quotebox"><cite>joljol2 wrote:</cite><blockquote><div><p>The offending link is in the Sidebar, &quot;Climb one&quot; of&#160; Climb one with me ...</p></div></blockquote></div><p>You&#039;re linking a pagelet &quot;Title&quot; text to another page anchor: it will not work via the link inspector.&#160; The link inspector will only work when the anchor is on the same page.</p><p>You&#039;ll have to use either a Raw HTML element for the link, or use method &quot;B&quot; as I outlined above.</p><p>Sean</p>]]></description>
			<author><![CDATA[dummy@example.com (seanc)]]></author>
			<pubDate>Sun, 13 May 2012 23:09:33 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7913#p7913</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7912#p7912</link>
			<description><![CDATA[<div class="quotebox"><cite>macdafydd wrote:</cite><blockquote><div><p>.. I&#039;ve not tried, but I should think that all jumps, even those from texs,mcould be achieved through the Link Inspector, including those to other pages.</p></div></blockquote></div><p>I have tried, and it does not work (at least, not in v2.2.x, don&#039;t know about 2.5.x), and I think that&#039;s where joljol2 is running into trouble.</p><p>Links to anchors within the same page work fine via link inspector &quot;external URL&quot;.&#160; It accepts the anchor tag as-is, does not &quot;meddle&quot; with it in any way:</p><p>As typed: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/good-before.jpg" alt="good-before.jpg" /></span><br />Accepted: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/good-after.jpg" alt="good-after.jpg" /></span></p><p>But ... if you try to prepend a relative path to another page, it &quot;meddles&quot; with the address:<br />As typed: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/bad-before-1.jpg" alt="bad-before-1.jpg" /></span><br />Mangled: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/bad-after-1.jpg" alt="bad-after-1.jpg" /></span></p><p>Or a doc root path to another page:<br />As typed: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/bad-before-2.jpg" alt="bad-before-2.jpg" /></span><br />Mangled: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/bad-after-2.jpg" alt="bad-after-2.jpg" /></span></p><p>The only way it won&#039;t &quot;meddle&quot; is with absolute path:<br />As typed: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/works-before.jpg" alt="works-before.jpg" /></span><br />Accepted: <span class="postimg"><img src="http://www.macalchemy.com/sandvox/anchors/works-after.jpg" alt="works-after.jpg" /></span></p><p>Sean</p>]]></description>
			<author><![CDATA[dummy@example.com (seanc)]]></author>
			<pubDate>Sun, 13 May 2012 23:03:42 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7912#p7912</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7911#p7911</link>
			<description><![CDATA[<p>Since this beta test site is not mission critical I just publish and republish - instead of testing locally.</p><p>The URL of the home page of the site is &quot;<a href="http://www.worldshaman.org/betaTest/" rel="nofollow">http://www.worldshaman.org/betaTest/</a>&quot;</p><p>The offending link is in the Sidebar, &quot;Climb one&quot; of&#160; Climb one with me .</p><p>Thanks,</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Sun, 13 May 2012 22:47:20 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7911#p7911</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7910#p7910</link>
			<description><![CDATA[<p>Does this error originate from a published site, an exported sit, or from testing a link within Sandvox itself? If it&#039;s from a published site, what&#039;s the URL of the page on which the offending link is found and where on the page is the link?</p><p>In the othet two cases, take a screenshot (partial) of the contents of the Link Inspector for the offending link.</p>]]></description>
			<author><![CDATA[dummy@example.com (macdafydd)]]></author>
			<pubDate>Sun, 13 May 2012 22:02:07 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7910#p7910</guid>
		</item>
		<item>
			<title><![CDATA[Re: link to a fragment]]></title>
			<link>http://www.karelia.com/forum/viewtopic.php?pid=7909#p7909</link>
			<description><![CDATA[<p>The result of the Link Inspector &quot;mangling the URL&quot; is seen in a browser error message that the URL is not on the server or e.g. &quot;Safari can&#039;t open the page because sees the link as&#160; &quot;http://xn--&lt;a%20href=photo-br6g.html/&quot; because the page&#039;s address is not valid&quot;</p><p>Confusing to I, a novice.</p>]]></description>
			<author><![CDATA[dummy@example.com (joljol2)]]></author>
			<pubDate>Sun, 13 May 2012 21:55:03 +0000</pubDate>
			<guid>http://www.karelia.com/forum/viewtopic.php?pid=7909#p7909</guid>
		</item>
	</channel>
</rss>
