<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Hyphenation</title>
		<link>http://en.forums.wordpress.com/topic/hyphenation-1</link>
		<description>WordPress.com Forums &#187; Topic: Hyphenation</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 13:16:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/hyphenation-1" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1161565</link>
			<pubDate>Sun, 24 Feb 2013 06:16:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You have a better eye than me! Also, I did first check it in Chrome where the breaks actually don't happen.</p>
<p>I researched this and found that you need to use special browser prefixes for WebKit browsers like Safari and Firefox. Try adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>p {
    hyphens:none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>withwords1 on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1160763</link>
			<pubDate>Sat, 23 Feb 2013 10:10:15 +0000</pubDate>
			<dc:creator>withwords1</dc:creator>
			<guid isPermaLink="false">1160763@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there.</p>
<p>There are two hyphenations in your screen shot. Second paragraph, first line as - sortment; third paragraph, first line drive - way. </p>
<p>I'm using Safari 5.1.7; the same thing happens in Firefox 18.0.2.</p>
<p>I would prefer no hyphenation, and I am pretty sure there is a CSS code to eliminate that. What I don't know is what selector controls the main content area of the blog. Can you tell me that?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1158971</link>
			<pubDate>Thu, 21 Feb 2013 16:49:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1158971@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The plot thickens. I don't see breaks in those words at all. When I check <a href="http://randomactsofwriting.wordpress.com/2013/02/13/lessons-in-snow/" rel="nofollow">http://randomactsofwriting.wordpress.com/2013/02/13/lessons-in-snow/</a> here is what I see:</p>
<p><a href="http://cl.ly/N4Fz" rel="nofollow">http://cl.ly/N4Fz</a></p>
<p>Can you make a screenshot of your entire browser window and post a link to it here so we can try to see what you're seeing?<br />
<a href="http://en.support.wordpress.com/make-a-screenshot/" rel="nofollow">http://en.support.wordpress.com/make-a-screenshot/</a></p>
<p>Also, what browser and browser version are you using?
</p>
]]></description>
					</item>
		<item>
			<title>withwords1 on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1156345</link>
			<pubDate>Mon, 18 Feb 2013 20:52:55 +0000</pubDate>
			<dc:creator>withwords1</dc:creator>
			<guid isPermaLink="false">1156345@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Got it! Sorry - didn't mean to be so general.  : )</p>
<p> In particular, I'm not thrilled with how the hyphens are working in the actual post content. If you look at (<a href="http://randomactsofwriting.wordpress.com/2013/02/13/lessons-in-snow/" rel="nofollow">http://randomactsofwriting.wordpress.com/2013/02/13/lessons-in-snow/</a>), you can see how so many of the words are breaking awkwardly: re-ports, as-sortment. I'd rather have the text not hyphenate at all. Is that possible?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1156176</link>
			<pubDate>Mon, 18 Feb 2013 18:52:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That all depends on where you're seeing the hyphens. Also, it's possible the "hyphens" property is not the right thing to use depending on how the hyphens are getting added. The most helpful thing you can do is link to an example on your blog where you are currently seeing hyphens so someone can help you take a closer look at a specific example. It's possible WordPress has some PHP programming in place to prevent orphans which overrides CSS like you are trying to add.</p>
<p>To answer your question more generally, the XX needs to be a CSS selector that matches whatever text you're targeting. Also, keep in mind that the rules I mentioned earlier only apply when soft wrapping happens.</p>
<p>So, in the Twenty Twelve theme, to target widget titles, you would use this as the selector:</p>
<p><code>.widget-area .widget h3</code>
</p>
]]></description>
					</item>
		<item>
			<title>withwords1 on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1152581</link>
			<pubDate>Thu, 14 Feb 2013 11:06:34 +0000</pubDate>
			<dc:creator>withwords1</dc:creator>
			<guid isPermaLink="false">1152581@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply. I am pretty sure I can find my way through the CSS property options by trial and error, but I 'm having a hard time reading the template's CSS and can't figure out what  Selector to use to change the body of the blog post. I believe the line of code I need to write is something like this: </p>
<p>      XX { hyphens: none; }</p>
<p>So I just need help identifying what the XX is in the current code.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1152314</link>
			<pubDate>Thu, 14 Feb 2013 01:12:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152314@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In general, there are two different CSS properties for hyphenation:<br />
1. <a href="http://www.w3.org/TR/css3-text/#hyphens" rel="nofollow">http://www.w3.org/TR/css3-text/#hyphens</a><br />
2. <a href="http://www.w3.org/TR/css3-text/#overflow-wrap" rel="nofollow">http://www.w3.org/TR/css3-text/#overflow-wrap</a></p>
<p>Try them out and if you're still having trouble, please post a link to where you're seeing the hyphenation happening and include a note about what you've tried already to prevent it.
</p>
]]></description>
					</item>
		<item>
			<title>withwords1 on "Hyphenation"</title>
			<link>http://en.forums.wordpress.com/topic/hyphenation-1#post-1152110</link>
			<pubDate>Wed, 13 Feb 2013 20:34:05 +0000</pubDate>
			<dc:creator>withwords1</dc:creator>
			<guid isPermaLink="false">1152110@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi. I'm using the template Twenty Twelve and would like to set the CSS so it does NOT hyphenate. I believe the correct CSS property/value is hyphens: none; but can someone tell me the correct selector? Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
