<?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>stormdamage.org &#187; HTML</title>
	<atom:link href="http://stormdamage.org/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://stormdamage.org</link>
	<description>Art, Webdesign and CSS.</description>
	<lastBuildDate>Mon, 10 Nov 2008 16:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wrap long hyphenated text onto the next line</title>
		<link>http://stormdamage.org/wrap-long-hyphenated-text-onto-the-next-line/</link>
		<comments>http://stormdamage.org/wrap-long-hyphenated-text-onto-the-next-line/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 10:33:57 +0000</pubDate>
		<dc:creator>Leonie</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://stormdamage.org/?p=34</guid>
		<description><![CDATA[When you have a long line of text separated by hyphens, they will not normally be wrapped automatically onto the next line. This can be awkward, as it may break a perfectly good layout by breaking the content out of its containing box. 
Some text like this for example, will not wrap if its container [...]]]></description>
			<content:encoded><![CDATA[<p>When you have a long line of text separated by hyphens, they will not normally be wrapped automatically onto the next line. This can be awkward, as it may break a perfectly good layout by breaking the content out of its containing box. </p>
<p>Some text like this for example, will not wrap if its container is quite narrow (say, in a table column).</p>
<blockquote><p>466456-34635645-346346346-3463456</p></blockquote>
<p>There is a solution &#8211; it&#8217;s the &#8217;soft hyphen&#8217;:</p>
<blockquote><p>&amp;shy;</p></blockquote>
<p>Which will create a hyphen which will happily wrap onto the next line.</p>
]]></content:encoded>
			<wfw:commentRss>http://stormdamage.org/wrap-long-hyphenated-text-onto-the-next-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
