<?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>WP First Aid &#187; strikethrough</title>
	<atom:link href="http://wpfirstaid.com/tag/strikethrough/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpfirstaid.com</link>
	<description>It&#039;s WordPress ... anything is possible!</description>
	<lastBuildDate>Thu, 26 Apr 2012 14:24:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20725</generator>
		<item>
		<title>Strike Through Text</title>
		<link>http://wpfirstaid.com/2010/04/strike-through-text/</link>
		<comments>http://wpfirstaid.com/2010/04/strike-through-text/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:24:00 +0000</pubDate>
		<dc:creator>The Doctor</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[strikethrough]]></category>

		<guid isPermaLink="false">http://wpfirstaid.com/?p=522</guid>
		<description><![CDATA[How to create a strike-through text effect with an HTML tag or CSS.]]></description>
			<content:encoded><![CDATA[<p>A simple how-to for creating a strike-through text effect with an HTML tag or CSS.</p>
<p><del datetime="2010-04-15T13:41:32+00:00">Strike-through text</del> using the &lt;del&gt; tag.</p>
<p>OK, that was really easy. Here is a reference at <a href="http://www.w3schools.com/tags/tag_del.asp">W3Schools</a> that goes into all the details.</p>
<p>If you are using <a href="http://wordpress.org/">WordPress</a> you will find the <del>del</del> button on the HTML editor screen. Of course the editor button conveniently drops a date and time stamp attribute into the &lt;del&gt; tag as well, so the above line looks like this <em>under the page:</em></p>
<pre class="brush: plain; light: true; title: ; notranslate">&lt;del datetime=&quot;2010-04-15T13:41:32+00:00&quot;&gt;Strike-through text&lt;/del&gt;</pre>
<p>The <del>ABC</del> button of the visual editor uses inline CSS to create the strike-through effect. Here is an example of what the above line would look like <em>under the page:</em></p>
<pre class="brush: plain; light: true; title: ; notranslate">&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Strike-through text&lt;/span&gt;</pre>
<p>To see an example of how strike-through text can be used feel free to read the latest revision of <a href="http://wpfirstaid.com/2010/03/wordpress-3-0-navigation-menu-styles/">WordPress 3.0 Navigation Menu Styles</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfirstaid.com/2010/04/strike-through-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

