<?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: Marking External links with CSS</title>
	<atom:link href="http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/</link>
	<description>Web design and that</description>
	<lastBuildDate>Fri, 26 Feb 2010 19:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kellyp</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-87086</link>
		<dc:creator>kellyp</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-87086</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardsoftinfo</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-82174</link>
		<dc:creator>Hardsoftinfo</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-82174</guid>
		<description>good Figuring out the mark-up tips</description>
		<content:encoded><![CDATA[<p>good Figuring out the mark-up tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Accident claims</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-79758</link>
		<dc:creator>Accident claims</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-79758</guid>
		<description>Hi megan,

I was wondering if you could shed some light on what exactly the rel=&quot;external&quot; tag is used for. Does it work in a similar fashion as the external no follow attribute as far as the search engines are concrened?</description>
		<content:encoded><![CDATA[<p>Hi megan,</p>
<p>I was wondering if you could shed some light on what exactly the rel=&#8221;external&#8221; tag is used for. Does it work in a similar fashion as the external no follow attribute as far as the search engines are concrened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasenpflege</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-52550</link>
		<dc:creator>Rasenpflege</dc:creator>
		<pubDate>Wed, 25 Mar 2009 09:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-52550</guid>
		<description>Hi, I also prefer the regular expression. The problem are http-links inbetween the site which refer to the own site. For this I just use something like that

a[href^=&quot;http://www.my-site.com&quot;] {
background: transparent;
padding-right: 0px;
}

:-)</description>
		<content:encoded><![CDATA[<p>Hi, I also prefer the regular expression. The problem are http-links inbetween the site which refer to the own site. For this I just use something like that</p>
<p>a[href^="http://www.my-site.com"] {<br />
background: transparent;<br />
padding-right: 0px;<br />
}</p>
<p> <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 18 seltene HTML-Tags und ein Attribut die man benützen sollte &#187; Guru 2.0</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-52455</link>
		<dc:creator>18 seltene HTML-Tags und ein Attribut die man benützen sollte &#187; Guru 2.0</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-52455</guid>
		<description>[...] Marking External Links With CSS [EN] [...]</description>
		<content:encoded><![CDATA[<p>[...] Marking External Links With CSS [EN] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Cury</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-51375</link>
		<dc:creator>Daniel Cury</dc:creator>
		<pubDate>Tue, 17 Mar 2009 18:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-51375</guid>
		<description>I prefer the the option number 4, i do no... i just think its mucht more easy and better, like this:
a[href^=&quot;http:&quot;] { 
     background:url(img/external.png) no-repeat right; 
     padding-right: 12px; 
}
a[href^=&quot;http:&quot;]:hover { 
     background:url(img/external_hover.png) no-repeat right;
}

About IE6, i dont care mucht more about this s.u.c.k browser, this cheat is more old than me! (kiding :)
Anyway, thamks for this post, help me a lot!
PS: This rezisable form rock&#039;s, how about a article abot that? :)</description>
		<content:encoded><![CDATA[<p>I prefer the the option number 4, i do no&#8230; i just think its mucht more easy and better, like this:<br />
a[href^="http:"] {<br />
     background:url(img/external.png) no-repeat right;<br />
     padding-right: 12px;<br />
}<br />
a[href^="http:"]:hover {<br />
     background:url(img/external_hover.png) no-repeat right;<br />
}</p>
<p>About IE6, i dont care mucht more about this s.u.c.k browser, this cheat is more old than me! (kiding <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Anyway, thamks for this post, help me a lot!<br />
PS: This rezisable form rock&#8217;s, how about a article abot that? <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-24438</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Sat, 05 Jul 2008 21:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-24438</guid>
		<description>Ooh, that image was in there but the link was broken. Get it straight from wikipedia &lt;a href=&quot;http://en.wikipedia.org/skins-1.5/monobook/external.png&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Thanks for pointing that out!</description>
		<content:encoded><![CDATA[<p>Ooh, that image was in there but the link was broken. Get it straight from wikipedia <a href="http://en.wikipedia.org/skins-1.5/monobook/external.png">here</a>.</p>
<p>Thanks for pointing that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mackey</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-24334</link>
		<dc:creator>David Mackey</dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-24334</guid>
		<description>So where can we get this pseudo-convention icon (box w/arrow) from?</description>
		<content:encoded><![CDATA[<p>So where can we get this pseudo-convention icon (box w/arrow) from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Felipe</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-24264</link>
		<dc:creator>André Felipe</dc:creator>
		<pubDate>Wed, 02 Jul 2008 03:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-24264</guid>
		<description>At least the texts (at Wikipedia) are GNU-licenced.</description>
		<content:encoded><![CDATA[<p>At least the texts (at Wikipedia) are GNU-licenced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2006/10/26/marking-external-links-with-css/comment-page-1/#comment-22152</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 20:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganjack.com/2006/10/26/marking-external-links-with-css/#comment-22152</guid>
		<description>Hi Zach,

I&#039;m pretty sure there wouldn&#039;t be any copyright concerns - any content on Wikipedia is CC lisenced so I would assume that includes their little icon.</description>
		<content:encoded><![CDATA[<p>Hi Zach,</p>
<p>I&#8217;m pretty sure there wouldn&#8217;t be any copyright concerns &#8211; any content on Wikipedia is CC lisenced so I would assume that includes their little icon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
