<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Using CSS to replace text with icons?</title>
		<link>http://en.forums.wordpress.com/topic/using-css-to-replace-text-with-icons</link>
		<description>WordPress.com Forums &#187; Topic: Using CSS to replace text with icons?</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 20:05:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/using-css-to-replace-text-with-icons" rel="self" type="application/rss+xml" />

		<item>
			<title>areyoutargeted on "Using CSS to replace text with icons?"</title>
			<link>http://en.forums.wordpress.com/topic/using-css-to-replace-text-with-icons#post-399207</link>
			<pubDate>Thu, 05 Nov 2009 23:47:32 +0000</pubDate>
			<dc:creator>areyoutargeted</dc:creator>
			<guid isPermaLink="false">399207@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm, I was hoping for more of a search-and-replace function... gotta get around the lack of JavaScript somehow.  ;-)</p>
<p>Thanks anyway.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Using CSS to replace text with icons?"</title>
			<link>http://en.forums.wordpress.com/topic/using-css-to-replace-text-with-icons#post-399206</link>
			<pubDate>Thu, 05 Nov 2009 23:34:13 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">399206@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, it is, but you'd need to do it for every asterisk individually, something like this:</p>
<pre><code>&lt;span class=&quot;rating&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;rating&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;rating&quot;&gt;*&lt;/span&gt;</code></pre>
<p><strong>OR</strong></p>
<p>You could have, let's say, 5 different rating classes, for example:</p>
<pre><code>&lt;span class=&quot;r3&quot;&gt;*&lt;/span&gt;</code></pre>
<p>which would display 3 stars</p>
<pre><code>&lt;span class=&quot;r5&quot;&gt;*&lt;/span&gt;</code></pre>
<p>which would display 5 stars, etc.
</p>
]]></description>
					</item>
		<item>
			<title>areyoutargeted on "Using CSS to replace text with icons?"</title>
			<link>http://en.forums.wordpress.com/topic/using-css-to-replace-text-with-icons#post-399203</link>
			<pubDate>Thu, 05 Nov 2009 23:11:16 +0000</pubDate>
			<dc:creator>areyoutargeted</dc:creator>
			<guid isPermaLink="false">399203@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been poring over the manuals, but can't see how to do this.  I know it is possible to replace a block of text with an arbitrary image using CSS, but that's not what I'm shooting for.</p>
<p>What I want is something like this:</p>
<p>&#60;span id="rating"&#62;***&#60;/span&#62;</p>
<p>And then a CSS rule for #rating that turns each individual asterisk into a specified image.</p>
<p>Doable?
</p>
]]></description>
					</item>

	</channel>
</rss>
