<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wrapping the pre tag</title>
	<atom:link href="http://ajaxian.com/archives/wrapping-the-pre-tag/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/wrapping-the-pre-tag</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: bala</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-258154</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Fri, 02 Nov 2007 19:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-258154</guid>
		<description>This css is not working for Mac OS safari browsers..It is a big annoying issue in safari. Do u have any solution for PRE wrap in safari browser?</description>
		<content:encoded><![CDATA[<p>This css is not working for Mac OS safari browsers..It is a big annoying issue in safari. Do u have any solution for PRE wrap in safari browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bugaj</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-248874</link>
		<dc:creator>Greg Bugaj</dc:creator>
		<pubDate>Fri, 30 Mar 2007 16:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-248874</guid>
		<description>There is problem with this that  if the PRE tag is inside the table cell it will not work properly. Inorder for thaat to work you need to wrap it in UL &gt;LI element 
so you would have 
TABLE &gt; UL&gt; LI&gt; &gt;PRE
Works in IE and FF haven&#039;t check others.</description>
		<content:encoded><![CDATA[<p>There is problem with this that  if the PRE tag is inside the table cell it will not work properly. Inorder for thaat to work you need to wrap it in UL &gt;LI element<br />
so you would have<br />
TABLE &gt; UL&gt; LI&gt; &gt;PRE<br />
Works in IE and FF haven&#8217;t check others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wrapping &#60;pre&#62; at whack.perkis.com</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-230625</link>
		<dc:creator>wrapping &#60;pre&#62; at whack.perkis.com</dc:creator>
		<pubDate>Tue, 05 Dec 2006 17:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-230625</guid>
		<description>[...] is the tip that let&#8217;s you use the pre tag to keep the formatting, without cursing yourself when some of the content is too long and doesn&#8217;t wrap:   /* Browser specific (not valid) styles to make preformatted text wrap */ pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* 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+ */ } via http://ajaxian.com/archives/wrapping-the-pre-tag [...]</description>
		<content:encoded><![CDATA[<p>[...] is the tip that let&#8217;s you use the pre tag to keep the formatting, without cursing yourself when some of the content is too long and doesn&#8217;t wrap:   /* Browser specific (not valid) styles to make preformatted text wrap */ pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* 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+ */ } via <a href="http://ajaxian.com/archives/wrapping-the-pre-tag" rel="nofollow">http://ajaxian.com/archives/wrapping-the-pre-tag</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naterkane</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-230514</link>
		<dc:creator>naterkane</dc:creator>
		<pubDate>Tue, 05 Dec 2006 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-230514</guid>
		<description>yay, thing is, i can&#039;t think of anything i can apply this to other than my blog, which i rarely post to anyway.</description>
		<content:encoded><![CDATA[<p>yay, thing is, i can&#8217;t think of anything i can apply this to other than my blog, which i rarely post to anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-12-04 at Blue Sky On Mars</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-228466</link>
		<dc:creator>links for 2006-12-04 at Blue Sky On Mars</dc:creator>
		<pubDate>Mon, 04 Dec 2006 09:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-228466</guid>
		<description>[...] Wrapping the pre tag (tags: HTML webdesign css) [...]</description>
		<content:encoded><![CDATA[<p>[...] Wrapping the pre tag (tags: HTML webdesign css) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n8Dog</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-228032</link>
		<dc:creator>n8Dog</dc:creator>
		<pubDate>Mon, 04 Dec 2006 04:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-228032</guid>
		<description>this doesnt seem to change the text for me... ?</description>
		<content:encoded><![CDATA[<p>this doesnt seem to change the text for me&#8230; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludomaticpointfr</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-227941</link>
		<dc:creator>ludomaticpointfr</dc:creator>
		<pubDate>Mon, 04 Dec 2006 03:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-227941</guid>
		<description>&lt;strong&gt;Mise en forme du tag &quot;pre&quot;&lt;/strong&gt;

J&#039;ai eu besoin d&#039;afficher des bouts de code source il y a quelques jours au moyen du tag .... Or sous Internet Explorer, les lignes trop longues débordent et mettent le bronx dans la structure de la page en décalant toute la...</description>
		<content:encoded><![CDATA[<p><strong>Mise en forme du tag &quot;pre&quot;</strong></p>
<p>J&#8217;ai eu besoin d&#8217;afficher des bouts de code source il y a quelques jours au moyen du tag &#8230;. Or sous Internet Explorer, les lignes trop longues débordent et mettent le bronx dans la structure de la page en décalant toute la&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Edwards</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-225674</link>
		<dc:creator>Dean Edwards</dc:creator>
		<pubDate>Sun, 03 Dec 2006 03:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-225674</guid>
		<description>Now I know for sure that you are subscribed to my del.icio.us feed. ;-)</description>
		<content:encoded><![CDATA[<p>Now I know for sure that you are subscribed to my del.icio.us feed. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pre è£¡çš„æ›è¡Œ at Gea-Suan Lin&#8217;s BLOG</title>
		<link>http://ajaxian.com/archives/wrapping-the-pre-tag/comment-page-1#comment-224574</link>
		<dc:creator>pre è£¡çš„æ›è¡Œ at Gea-Suan Lin&#8217;s BLOG</dc:creator>
		<pubDate>Sat, 02 Dec 2006 16:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/wrapping-the-pre-tag#comment-224574</guid>
		<description>[...] ç”¨ &lt;pre&gt;&lt;/pre&gt; å¦‚æžœé‡åˆ°æ–‡å­—éŽé•·çš„æ™‚å€™å°±æœƒç‚¸æŽ‰ï¼Œçµæžœå‰›å‰›åœ¨ Wrapping the pre tag é€™ç¯‡çœ‹åˆ°è§£æ³•ï¼š pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* 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+ */ } [...]</description>
		<content:encoded><![CDATA[<p>[...] ç”¨ &lt;pre&gt;&lt;/pre&gt; å¦‚æžœé‡åˆ°æ–‡å­—éŽé•·çš„æ™‚å€™å°±æœƒç‚¸æŽ‰ï¼Œçµæžœå‰›å‰›åœ¨ Wrapping the pre tag é€™ç¯‡çœ‹åˆ°è§£æ³•ï¼š pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* 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+ */ } [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

