<?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"
	>
<channel>
	<title>Comments on: Two methods of replacing text with an image in CSS</title>
	<atom:link href="http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/</link>
	<description>Art, Webdesign and CSS.</description>
	<pubDate>Thu, 20 Nov 2008 07:56:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: René Garcia, Jr.</title>
		<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/#comment-15</link>
		<dc:creator>René Garcia, Jr.</dc:creator>
		<pubDate>Sun, 06 Jul 2008 08:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://stormdamage.org/?p=8#comment-15</guid>
		<description>Leonie, you're a goddess.

And I like your layout, too.

René
www.workingauthor.com</description>
		<content:encoded><![CDATA[<p>Leonie, you&#8217;re a goddess.</p>
<p>And I like your layout, too.</p>
<p>René<br />
<a href="http://www.workingauthor.com" rel="nofollow">http://www.workingauthor.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario</title>
		<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/#comment-9</link>
		<dc:creator>dario</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://stormdamage.org/?p=8#comment-9</guid>
		<description>oh, I'm sorry. This is the html code:

&#60;div id="replace"&#62;
&#60;h1&#62;&#60;span&#62;The Title Goes Here&#60;/span&#62;&#60;/h1&#62;
&#60;/div&#62;</description>
		<content:encoded><![CDATA[<p>oh, I&#8217;m sorry. This is the html code:</p>
<p>&#60;div id=&#8221;replace&#8221;&#62;<br />
&#60;h1&#62;&#60;span&#62;The Title Goes Here&#60;/span&#62;&#60;/h1&#62;<br />
&#60;/div&#62;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario</title>
		<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/#comment-7</link>
		<dc:creator>dario</dc:creator>
		<pubDate>Wed, 02 Jul 2008 23:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://stormdamage.org/?p=8#comment-7</guid>
		<description>I use this method


The Title Goes Here

	
#replace {background: url(title.gif) no-repeat 0px; width: 200px; height: 100px;}		
#replace H1 {width: 200px;	height: 100px;}
#replace H1 SPAN {display: none;}</description>
		<content:encoded><![CDATA[<p>I use this method</p>
<p>The Title Goes Here</p>
<p>#replace {background: url(title.gif) no-repeat 0px; width: 200px; height: 100px;}<br />
#replace H1 {width: 200px;	height: 100px;}<br />
#replace H1 SPAN {display: none;}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
