<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038549" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038549</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219790</link>
    <description> &lt;p&gt;That&#039;s a good idea, David! I&#039;ll have to try that sometime.&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 May 2007 13:15:30 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219790 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219745</link>
    <description> &lt;p&gt;Thanks for the test page, Megan.&lt;/p&gt;
&lt;p&gt;Checking on Win xp pro, your page shows:&lt;/p&gt;
&lt;p&gt;Letter-spacing works in IE 5.01 and up; Firefox 2, Opera 9, Netscape 7.2, and Moz 1.7.&lt;br /&gt;
Word-spacing works in the above &lt;em&gt;except&lt;/em&gt; for IE 5.01 and IE 5.5.&lt;/p&gt;
&lt;p&gt;Incidentally, I sometimes use a negative letter-spacing for headings. Depending on the font, it can give a nice effect. Letter-spacing: -1px; is usually enough.&lt;/p&gt;
&lt;p&gt;Cordially, David.&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 19:17:56 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1219745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219722</link>
    <description> &lt;p&gt;Well I also mean supported in browsers as far as I remember, as in I use it all the time... I think my previous post wasn&#039;t clear enough... sorry bout that... The link was suppose to clarify you with it&#039;s property...&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 02:18:43 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1219722 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219694</link>
    <description> &lt;p&gt;Well surprise surpirse, they &lt;a href=&quot;http://admmail.uwaterloo.ca/~mjjack/demos/font-properties.html&quot; class=&quot;bb-url&quot;&gt;actually do work&lt;/a&gt;! And even in IE 6!&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 May 2007 13:22:48 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219694 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219689</link>
    <description> &lt;p&gt;No, I mean does it actually work in web browsers? supported != part of the w3c spec. I know it&#039;s in the spec. Letter-spacing is in there too but isn&#039;t supported by browsers&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 May 2007 12:51:41 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219689 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219671</link>
    <description> &lt;p&gt;It is supported Meg, the same properties as letter-spacing which I seem to use a lot lately... it&#039;s at Topic 16.4 here &lt;a href=&quot;http://www.w3.org/TR/REC-CSS2/text.html&quot; class=&quot;bb-url&quot;&gt;http://www.w3.org/TR/REC-CSS2/text.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 May 2007 01:22:52 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1219671 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219598</link>
    <description> &lt;p&gt;Why are you trying to insert an extra space? All of the above answers are good ones, but I&#039;m thinking from a semantic perspective. What&#039;s the purpose of the nbsp? I don&#039;t really think there are a lot of reasons for using nbsp&#039;s but we might be able to think of some. If it&#039;s a presentational issue then it should be handled using CSS. If it&#039;s because you were taught to type with two spaces after a period, then you should try to unlearn that habit (it&#039;s a hold over from old typewriters and isn&#039;t necessary anymore).&lt;/p&gt;
&lt;p&gt;David - does word-spacing actually work? I&#039;m going to have to try that out... (I mean, is it supported by browsers)&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 13:15:49 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1219598 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: spacing text</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219568</link>
    <description> &lt;p&gt;Multiple spaces, line-ends, and tabs normally collapse to a single space in HTML. You can prevent that by using the PRE element, or by declaring &quot;white-space: pre;&quot; in CSS.&lt;/p&gt;
&lt;p&gt;If you just want to increase word spacing in a group of words, use the &quot;word-spacing&quot; property in CSS for better control of the amount of space added.&lt;/p&gt;
&lt;p&gt;Cordially, David&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 02:14:58 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1219568 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219565</link>
    <description> &lt;p&gt;When you want a space you can do this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;p&amp;gt;Here&amp;#039;s some text...and some more.&amp;nbsp; But NOW here&amp;#039;s two&amp;amp;nbsp;&amp;amp;nbsp; spaces!&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;The &amp;nbsp; character is literally a space.  Any number you want, just use the &amp;nbsp; as a spacebar-hit.&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 02:05:25 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1219565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/spacing-text#comment-1219562</link>
    <description> &lt;p&gt;What you need is a &quot;Non-Breaking Space&quot;, in actual HTML code, it is represented by &amp;nbsp; In a WYSIWYG editor like dreamweaver, there is usually a key combination that will insert one for you, I think it is CTRL-SPACE. &lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 01:48:43 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1219562 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
