<?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: 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>
	<lastBuildDate>Mon, 08 Mar 2010 06:41:21 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/comment-page-1/#comment-150</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://stormdamage.org/?p=8#comment-150</guid>
		<description>Just found this post and wanted to say thanks.. exactly what I&#039;m looking for.  Hopefully the SE&#039;s will start being kinder to folks who want a nice looking image rather than some bland H1 text :)

Also, most of my searches for a solution to this problem ended up with the first method you described which just doesn&#039;t sit right with me--very lazy solution indeed!

Hopefully you keep on posting!  Beautiful site!</description>
		<content:encoded><![CDATA[<p>Just found this post and wanted to say thanks.. exactly what I&#8217;m looking for.  Hopefully the SE&#8217;s will start being kinder to folks who want a nice looking image rather than some bland H1 text <img src='http://stormdamage.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, most of my searches for a solution to this problem ended up with the first method you described which just doesn&#8217;t sit right with me&#8211;very lazy solution indeed!</p>
<p>Hopefully you keep on posting!  Beautiful site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René Garcia, Jr.</title>
		<link>http://stormdamage.org/two-methods-of-replacing-text-with-an-image-in-css/comment-page-1/#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&#039;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-page-1/#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&#039;m sorry. This is the html code:

&lt;div id=&quot;replace&quot;&gt;
&lt;h1&gt;&lt;span&gt;The Title Goes Here&lt;/span&gt;&lt;/h1&gt;
&lt;/div&gt;</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-page-1/#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>
