<?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>nhaskins.com &#187; css</title>
	<atom:link href="http://nhaskins.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://nhaskins.com</link>
	<description>web development note book</description>
	<lastBuildDate>Thu, 17 May 2012 13:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tips for wrapping the tag across browser&#8230;</title>
		<link>http://nhaskins.com/status/tips-for-wrapping-the-tag-across-browser/</link>
		<comments>http://nhaskins.com/status/tips-for-wrapping-the-tag-across-browser/#comments</comments>
		<pubDate>Tue, 04 May 2010 00:54:20 +0000</pubDate>
		<dc:creator>Nathan Haskins</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://nhaskins.com/status/tips-for-wrapping-the-tag-across-browser/</guid>
		<description><![CDATA[Tips for wrapping the pre tag across browsers add this: pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } Found that hint over here: http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/]]></description>
			<content:encoded><![CDATA[<p>Tips for wrapping the pre tag across browsers add this: </p>
<pre><code>pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}</code></pre>
<p>Found that hint over here: <a href="http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/" rel="nofollow">http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nhaskins.com/status/tips-for-wrapping-the-tag-across-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

