<?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"
	>
<channel>
	<title>Comments on: CSS for code: Wrap long lines</title>
	<atom:link href="http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<pubDate>Tue, 02 Dec 2008 01:36:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Shaun</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1227023</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Sat, 17 May 2008 23:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1227023</guid>
		<description>Very useful, thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Very useful, thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Rider</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162265</link>
		<dc:creator>Stephen Rider</dc:creator>
		<pubDate>Tue, 19 Jun 2007 16:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162265</guid>
		<description>Nice tip.

Overall, I think I prefer the scrollbars, but that's a personal preference.  It's nice to know the option is out there.  :)

As for the commenter who said "make sure the lines don't scroll": How do you propose to do that?  Considering people can resize the font, you can't guarantee that unless you make the text and image.</description>
		<content:encoded><![CDATA[<p>Nice tip.</p>
<p>Overall, I think I prefer the scrollbars, but that&#8217;s a personal preference.  It&#8217;s nice to know the option is out there.  <img src='http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for the commenter who said &#8220;make sure the lines don&#8217;t scroll&#8221;: How do you propose to do that?  Considering people can resize the font, you can&#8217;t guarantee that unless you make the text and image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-06-18 &#124; Patrick Kempf</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162028</link>
		<dc:creator>links for 2007-06-18 &#124; Patrick Kempf</dc:creator>
		<pubDate>Mon, 18 Jun 2007 00:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162028</guid>
		<description>[...] Weblog Tools Collection Â» Blog Archive Â» CSS for code: Wrap long lines (tags: css code wrap) [...]</description>
		<content:encoded><![CDATA[<p>[...] Weblog Tools Collection Â» Blog Archive Â» CSS for code: Wrap long lines (tags: css code wrap) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162027</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 18 Jun 2007 00:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162027</guid>
		<description>Very handy! Thanks for pointing that one out, I've had problems with cross-browser overflows before and wrote off ever finding a soultion to it</description>
		<content:encoded><![CDATA[<p>Very handy! Thanks for pointing that one out, I&#8217;ve had problems with cross-browser overflows before and wrote off ever finding a soultion to it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Huereca</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162021</link>
		<dc:creator>Ronald Huereca</dc:creator>
		<pubDate>Sun, 17 Jun 2007 22:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162021</guid>
		<description>The overflow works too, although some people don't want the scrollbar.  I do agree that I'd rather have the scrollbar when viewing code though because line-wrapping can get a little messy with long lines of code.</description>
		<content:encoded><![CDATA[<p>The overflow works too, although some people don&#8217;t want the scrollbar.  I do agree that I&#8217;d rather have the scrollbar when viewing code though because line-wrapping can get a little messy with long lines of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anieto2k</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162019</link>
		<dc:creator>anieto2k</dc:creator>
		<pubDate>Sun, 17 Jun 2007 21:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162019</guid>
		<description>pre { overflow:auto; }</description>
		<content:encoded><![CDATA[<p>pre { overflow:auto; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Around the web &#124; alexking.org</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162012</link>
		<dc:creator>Around the web &#124; alexking.org</dc:creator>
		<pubDate>Sun, 17 Jun 2007 19:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1162012</guid>
		<description>[...] CSS for code: Wrap long lines [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS for code: Wrap long lines [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161986</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Sun, 17 Jun 2007 13:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161986</guid>
		<description>There's a must more efficient way to present code: make sure lines don't wrap, and give your code container an overflow property so that horizontal scrollbar gets in if needed. A line wrapping may be confusing when copying code.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a must more efficient way to present code: make sure lines don&#8217;t wrap, and give your code container an overflow property so that horizontal scrollbar gets in if needed. A line wrapping may be confusing when copying code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161985</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sun, 17 Jun 2007 13:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161985</guid>
		<description>interesting.  i've always just applied a fixed width to &lt;code&gt;pre&lt;/code&gt;, and then used &lt;code&gt;overflow: auto;&lt;/code&gt; so that it scrolls and makes the code available, without overpowering the layout.</description>
		<content:encoded><![CDATA[<p>interesting.  i&#8217;ve always just applied a fixed width to <code>pre</code>, and then used <code>overflow: auto;</code> so that it scrolls and makes the code available, without overpowering the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LcF</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161978</link>
		<dc:creator>LcF</dc:creator>
		<pubDate>Sun, 17 Jun 2007 08:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161978</guid>
		<description>nice hack!</description>
		<content:encoded><![CDATA[<p>nice hack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: First BAN for Mu &#171; Word&#38;Press Mu</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161975</link>
		<dc:creator>First BAN for Mu &#171; Word&#38;Press Mu</dc:creator>
		<pubDate>Sun, 17 Jun 2007 08:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161975</guid>
		<description>[...] went to Weblogtoolscollection (this is ping to their most resent article) and we wrote news article. Then we got BAN-ed and our [...]</description>
		<content:encoded><![CDATA[<p>[...] went to Weblogtoolscollection (this is ping to their most resent article) and we wrote news article. Then we got BAN-ed and our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myo Kyaw Htun</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161972</link>
		<dc:creator>Myo Kyaw Htun</dc:creator>
		<pubDate>Sun, 17 Jun 2007 06:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161972</guid>
		<description>valid CSS ?</description>
		<content:encoded><![CDATA[<p>valid CSS ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dino Latoga</title>
		<link>http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161967</link>
		<dc:creator>Dino Latoga</dc:creator>
		<pubDate>Sun, 17 Jun 2007 04:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://weblogtoolscollection.com/archives/2007/06/16/css-for-code-wrap-long-lines/#comment-1161967</guid>
		<description>Wow. This is very helpful. I didn't know Mozilla has a property for word wrapping. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow. This is very helpful. I didn&#8217;t know Mozilla has a property for word wrapping. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
