<?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>CSSKarma &#187; quick tip</title>
	<atom:link href="http://www.csskarma.com/blog/tag/quick-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csskarma.com/blog</link>
	<description>display your &#60;style&#62;</description>
	<lastBuildDate>Sun, 11 Jul 2010 04:57:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Quick Tip #3 &#8211; Textarea Fonts</title>
		<link>http://www.csskarma.com/blog/qt3-textarea-fonts/</link>
		<comments>http://www.csskarma.com/blog/qt3-textarea-fonts/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 02:28:27 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://www.csskarma.com/blog/?p=558</guid>
		<description><![CDATA[The Problem The font family in this text area default to Courier New, but that&#8217;s pretty ugly. The Goal Look at the nice font in this textarea! The Solution You have to redefine the font-family for a textarea. Just a weird quirk. textarea{ font-family:Verdana, Arial, Sans-Serif; }]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.csskarma.com/images/articles/textarea-fonts.jpg" alt="article banner"/></p>
<h4>The Problem</h4>
<p><textarea cols="40" rows="10" class="testfield courier">The font family in this text area default to Courier New, but that&#8217;s pretty ugly.</textarea></p>
<h4>The Goal</h4>
<p><textarea cols="40" rows="10" style="font-family: verdana">Look at the nice font in this textarea!</textarea></p>
<h4>The Solution</h4>
<p>You have to redefine the font-family for a <code>textarea</code>. Just a weird quirk.</p>
<pre><code>textarea{
font-family:Verdana, Arial, Sans-Serif;
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.csskarma.com/blog/qt3-textarea-fonts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
