<?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>View from the Swamp &#187; css</title>
	<atom:link href="http://www.viewfromtheswamp.com/tags/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.viewfromtheswamp.com</link>
	<description>Life in South Florida Can Skew Anyone&#039;s Perspective</description>
	<lastBuildDate>Thu, 01 Apr 2010 21:26:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove Border from Linked Images</title>
		<link>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images</link>
		<comments>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images#comments</comments>
		<pubDate>Wed, 19 Mar 2008 21:47:00 +0000</pubDate>
		<dc:creator>Sonjay</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images</guid>
		<description><![CDATA[In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:&#8220;How do I remove the ugly blue border from around all my linked images?&#8221;
The answer is, put this in your style sheet:
a img {   border: 0;}
]]></description>
			<content:encoded><![CDATA[<p>In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:<br /><span style="font-style:italic;"><br />&#8220;How do I remove the ugly blue border from around all my linked images?&#8221;</span></p>
<p>The answer is, put this in your style sheet:
<pre>a img {   border: 0;}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
