<?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: Dashes and quote marks</title>
		<link>http://en.forums.wordpress.com/topic/dashes-and-quote-marks</link>
		<description>WordPress.com Forums &#187; Topic: Dashes and quote marks</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 04:36:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/dashes-and-quote-marks" rel="self" type="application/rss+xml" />

		<item>
			<title>ldmartin1959 on "Dashes and quote marks"</title>
			<link>http://en.forums.wordpress.com/topic/dashes-and-quote-marks#post-733517</link>
			<pubDate>Mon, 31 Oct 2011 14:46:11 +0000</pubDate>
			<dc:creator>ldmartin1959</dc:creator>
			<guid isPermaLink="false">733517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Another typo. The code:</p>
<p><code>non- &quot;big names&quot;</code></p>
<p>should read:</p>
<p><code>non-&quot;big names&quot;</code></p>
<p>Sorry about the 'cut and paste' error.
</p>
]]></description>
					</item>
		<item>
			<title>ldmartin1959 on "Dashes and quote marks"</title>
			<link>http://en.forums.wordpress.com/topic/dashes-and-quote-marks#post-733197</link>
			<pubDate>Mon, 31 Oct 2011 00:19:00 +0000</pubDate>
			<dc:creator>ldmartin1959</dc:creator>
			<guid isPermaLink="false">733197@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whoops. The line:</p>
<p>"When I am coding this is a CSS file..."</p>
<p>should read:</p>
<p>"When I am coding this in a CSS file..."</p>
<p>Sorry about that.
</p>
]]></description>
					</item>
		<item>
			<title>ldmartin1959 on "Dashes and quote marks"</title>
			<link>http://en.forums.wordpress.com/topic/dashes-and-quote-marks#post-733190</link>
			<pubDate>Mon, 31 Oct 2011 00:10:40 +0000</pubDate>
			<dc:creator>ldmartin1959</dc:creator>
			<guid isPermaLink="false">733190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have noticed that usually the opening quote mark gets screwed up if it is not immediately preceded by a space. In other words:</p>
<p><code>non- &quot;big names&quot;</code></p>
<p>renders as:</p>
<p>non- ”big names”</p>
<p>You notice that the "opening" quote mark is incorrectly rendered as a closing quote mark. The solution is to span the space thusly:</p>
<p><code>&lt;span style=&quot;margin-left:-.35em;&quot;&gt; &lt;/span&gt;</code></p>
<p>When I am coding this is a CSS file, I call the class ".reverse" (appropriately enough). This little trick can actually be used to accomplish to things:</p>
<p>First, as in the sample above (you can see this live at &#60; <a href="http://recommend1959.wordpress.com/2011/10/30/howard-smith-totally-committed/" rel="nofollow">http://recommend1959.wordpress.com/2011/10/30/howard-smith-totally-committed/</a> &#62;, paragraph 5) this allows you to insert a space for the purposes of coding while hiding it visually to the reader. This can be used to allow for a line wrap in a long text string which would not otherwise wrap and might extend beyond the bounds of a container.</p>
<p>Second, it can be used to <em>prevent</em> a line wrap by replacing the standard space with a non-breaking space. This will allow you to prevent a line wrap a hyphenated word that might otherwise wrap.
</p>
]]></description>
					</item>

	</channel>
</rss>
