<?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>CSS Text Decoration &#187; css property</title>
	<atom:link href="http://www.csstextdecoration.com/information/css-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstextdecoration.com</link>
	<description></description>
	<lastBuildDate>Fri, 07 Aug 2009 06:23:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Terms</title>
		<link>http://www.csstextdecoration.com/information/terms/</link>
		<comments>http://www.csstextdecoration.com/information/terms/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[additive color model]]></category>
		<category><![CDATA[class id]]></category>
		<category><![CDATA[color pallet]]></category>
		<category><![CDATA[color tag]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[css property]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[hex notation]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.csstextdecoration.com/?p=224</guid>
		<description><![CDATA[Terms and information pages
]]></description>
			<content:encoded><![CDATA[<p>Terms and information pages</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/information/terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>text-decoration:;</title>
		<link>http://www.csstextdecoration.com/css-text-properties/text-decoration/</link>
		<comments>http://www.csstextdecoration.com/css-text-properties/text-decoration/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 23:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css property]]></category>

		<guid isPermaLink="false">http://10.3.0.2/?page_id=37</guid>
		<description><![CDATA[The css property text-decoration can be used to change attributes of text. Changing the value to none can remove the underline from hyperlinks. To change the color of the text, a different tag called color; is needed.
Properties:



Value
Description


none
Defines a normal text. This is default


underline
Defines a line below the text


overline
Defines a line above the text


line-through
Defines a line [...]]]></description>
			<content:encoded><![CDATA[<p>The css property text-decoration can be used to change attributes of text. Changing the value to none can remove the underline from hyperlinks. To change the color of the text, a different tag called color; is needed.</p>
<h2>Properties:</h2>
<table width="100%" cellspacing="0" cellpadding="0" border="1">
<tbody>
<tr>
<th width="15%" valign="top" align="left">Value</th>
<th width="85%" valign="top" align="left">Description</th>
</tr>
<tr>
<td valign="top">none</td>
<td valign="top">Defines a normal text. This is default</td>
</tr>
<tr>
<td valign="top">underline</td>
<td valign="top">Defines a line below the text</td>
</tr>
<tr>
<td valign="top">overline</td>
<td valign="top">Defines a line above the text</td>
</tr>
<tr>
<td valign="top">line-through</td>
<td valign="top">Defines a line through the text</td>
</tr>
<tr>
<td valign="top">blink</td>
<td valign="top">Defines a blinking text</td>
</tr>
<tr>
<td valign="top">inherit</td>
<td valign="top">Specifies that the value of the text-decoration property should be inherited from the parent element</td>
</tr>
</tbody>
</table>
<h2>Examples:</h2>
<table>
<tr>
<td>
<h2>text-decoration: blink;</h2>
</td>
<td>
<div class="boxblink">
<p>the rain in spain
</p></div>
</td>
</tr>
<tr>
<td>
<h2>text-decoration: line-through;</h2>
</td>
<td>
<div class="boxlt">
<p>the rain in spain
</p></div>
</td>
</tr>
<tr>
<td>
<h2>text-decoration: none;</h2>
</td>
<td>
<div class="boxnone">
<p>the rain in spain
</p></div>
</td>
<tr>
<tr>
<td>
<h2>text-decoration: overline;</h2>
</td>
<td>
<div class="boxover">
<p>the rain in spain
</p></div>
</td>
</tr>
<tr>
<td>
<h2>text-decoration: underline;</h2>
</td>
<td>
<div class="boxunder">
<p>the rain in spain
</p></div>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/css-text-properties/text-decoration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
