<?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: Word-Wrap: A CSS3 Property That Works in Every Browser</title>
	<atom:link href="http://www.impressivewebs.com/word-wrap-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.impressivewebs.com/word-wrap-css3/</link>
	<description>Web Design Articles &#38; Tutorials. To make the web impressive.</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:11:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ursula</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-12751</link>
		<dc:creator>Ursula</dc:creator>
		<pubDate>Fri, 11 Nov 2011 21:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-12751</guid>
		<description>Thanks a lot, works like a charm! I thought I&#039;d go crazy, but I guess, I just have to keep removing elements in firebug, until I find the problem line (or bug some helpful person like you!). 

Ursula</description>
		<content:encoded><![CDATA[<p>Thanks a lot, works like a charm! I thought I&#8217;d go crazy, but I guess, I just have to keep removing elements in firebug, until I find the problem line (or bug some helpful person like you!). </p>
<p>Ursula</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Lazaris</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-12739</link>
		<dc:creator>Louis Lazaris</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-12739</guid>
		<description>Hey, Ursula. Wow, you almost had me stumped here! :) I couldn&#039;t figure out why it wasn&#039;t working on your site. But finally (okay, it only took like 10 minutes...), after some fiddling, here&#039;s what seems to be the problem:

You&#039;ll notice the HTML that holds the long text is structured like this:

&lt;pre&gt;&lt;code&gt;
&lt;div class=&quot;field-items&quot;&gt;
&lt;div class=&quot;field-item even&quot;&gt;
[long text goes in here]
&lt;/div&gt;
&lt;/div&gt;
&lt;/code&gt;&lt;/pre&gt;

The element with the class &lt;code&gt;field-items&lt;/code&gt; has &quot;float: left&quot; in the CSS. If you remove the &quot;float: left&quot;, then this will fix it. You can also fix it by adding a width of 700px (which I think matches the proper width of that section) to that element, if you want to keep the &quot;float: left&quot; intact.

You can also fix it by adding a set width (I&#039;m assuming 700px) to the div that&#039;s next (the one with the two classes &lt;code&gt;field-item even&lt;/code&gt;).

But the cleanest way to fix it is to remove the float from the &quot;field-items&quot; div.

Hope that helps. :)</description>
		<content:encoded><![CDATA[<p>Hey, Ursula. Wow, you almost had me stumped here! :) I couldn&#8217;t figure out why it wasn&#8217;t working on your site. But finally (okay, it only took like 10 minutes&#8230;), after some fiddling, here&#8217;s what seems to be the problem:</p>
<p>You&#8217;ll notice the HTML that holds the long text is structured like this:</p>
<pre><code>
&lt;div class="field-items"&gt;
&lt;div class="field-item even"&gt;
[long text goes in here]
&lt;/div&gt;
&lt;/div&gt;
</code></pre>
<p>The element with the class <code>field-items</code> has &#8220;float: left&#8221; in the CSS. If you remove the &#8220;float: left&#8221;, then this will fix it. You can also fix it by adding a width of 700px (which I think matches the proper width of that section) to that element, if you want to keep the &#8220;float: left&#8221; intact.</p>
<p>You can also fix it by adding a set width (I&#8217;m assuming 700px) to the div that&#8217;s next (the one with the two classes <code>field-item even</code>).</p>
<p>But the cleanest way to fix it is to remove the float from the &#8220;field-items&#8221; div.</p>
<p>Hope that helps. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ursula</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-12734</link>
		<dc:creator>Ursula</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-12734</guid>
		<description>I am trying to get this to work on a drupal site, to display amino acid sequences, which are just long strings of letters. It works fine in opera, but nowhere else. Maybe, you can help me figure out the problem? I am puzzled. 

http://modbase.compbio.ucsf.edu/projects/membrane/tmhdomain/9966865

Thanks! Ursula</description>
		<content:encoded><![CDATA[<p>I am trying to get this to work on a drupal site, to display amino acid sequences, which are just long strings of letters. It works fine in opera, but nowhere else. Maybe, you can help me figure out the problem? I am puzzled. </p>
<p><a href="http://modbase.compbio.ucsf.edu/projects/membrane/tmhdomain/9966865" rel="nofollow">http://modbase.compbio.ucsf.edu/projects/membrane/tmhdomain/9966865</a></p>
<p>Thanks! Ursula</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Lazaris</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-10934</link>
		<dc:creator>Louis Lazaris</dc:creator>
		<pubDate>Tue, 01 Nov 2011 10:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-10934</guid>
		<description>What do you mean by &quot;on Google calendar&quot;? I don&#039;t know anything about Google calendar, but why would you need to use CSS on it? Does it let you do that? I&#039;m not sure what you&#039;re asking...?</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8220;on Google calendar&#8221;? I don&#8217;t know anything about Google calendar, but why would you need to use CSS on it? Does it let you do that? I&#8217;m not sure what you&#8217;re asking&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-10933</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 01 Nov 2011 10:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-10933</guid>
		<description>P.S. Using Chrome</description>
		<content:encoded><![CDATA[<p>P.S. Using Chrome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-10932</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 01 Nov 2011 10:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-10932</guid>
		<description>I couldn&#039;t get this to work on Google calendar. Am I missing something?</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get this to work on Google calendar. Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tkane2000</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-9851</link>
		<dc:creator>tkane2000</dc:creator>
		<pubDate>Thu, 08 Sep 2011 13:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-9851</guid>
		<description>&lt;a href=&quot;test&quot; rel=&quot;nofollow&quot;&gt;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="test" rel="nofollow">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teste</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-9447</link>
		<dc:creator>teste</dc:creator>
		<pubDate>Thu, 28 Jul 2011 13:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-9447</guid>
		<description>http://www.google.com.br/?ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss</description>
		<content:encoded><![CDATA[<p><a href="http://www.google.com.br/?ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" rel="nofollow">http://www.google.com.br/?ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doron</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-9325</link>
		<dc:creator>Doron</dc:creator>
		<pubDate>Thu, 07 Jul 2011 19:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-9325</guid>
		<description>For Safari 5.0.5, I was only able to get this to work by putting &quot;word-wrap: break-word;&quot; as an inline style. Very odd, and clumsy code, but at least it works this way.</description>
		<content:encoded><![CDATA[<p>For Safari 5.0.5, I was only able to get this to work by putting &#8220;word-wrap: break-word;&#8221; as an inline style. Very odd, and clumsy code, but at least it works this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goahead,youhavemypermission(onthispostonly!)topostlongstringsofunbroken,space-lesstextinthecomments.You'llnoticethatthetextwillstillappear,exceptitwillnotbreakoutsideofthecommentarea.Ofcourse,Ican'tbeblamedifyourcommentgetsfilteredasspam.Imi</title>
		<link>http://www.impressivewebs.com/word-wrap-css3/#comment-9267</link>
		<dc:creator>Goahead,youhavemypermission(onthispostonly!)topostlongstringsofunbroken,space-lesstextinthecomments.You'llnoticethatthetextwillstillappear,exceptitwillnotbreakoutsideofthecommentarea.Ofcourse,Ican'tbeblamedifyourcommentgetsfilteredasspam.Imi</dc:creator>
		<pubDate>Tue, 21 Jun 2011 14:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=2053#comment-9267</guid>
		<description>Goahead,youhavemypermission(onthispostonly!)topostlongstringsofunbroken,space-lesstextinthecomments.You&#039;llnoticethatthetextwillstillappear,exceptitwillnotbreakoutsideofthecommentarea.Ofcourse,Ican&#039;tbeblamedifyourcommentgetsfilteredasspam.Imighthavetofishouttheonesthatgetflagged.</description>
		<content:encoded><![CDATA[<p>Goahead,youhavemypermission(onthispostonly!)topostlongstringsofunbroken,space-lesstextinthecomments.You&#8217;llnoticethatthetextwillstillappear,exceptitwillnotbreakoutsideofthecommentarea.Ofcourse,Ican&#8217;tbeblamedifyourcommentgetsfilteredasspam.Imighthavetofishouttheonesthatgetflagged.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
