<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019013" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019013</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112841</link>
    <description> &lt;p&gt;Suzanne,  I do appreciate your help.  &lt;/p&gt;
&lt;p&gt;As I mentioned at the beginning, I am reassessing the goals and the focus of my website.&amp;nbsp;  Most of my Google visitors only view one page and never return.  &amp;nbsp;But it does not bother me that the majority of the visitors that arrive from Google take one look, throw up their hands and say &quot;Oh this is too complex for me.&quot;&amp;nbsp; In fact I like it that there is a self-selection process and that only a very few actually understand how to extract value from my site.  &lt;/p&gt;
&lt;p&gt;Sites like mine do not make money, so I don&#039;t want to be a bandwidth subsidy for a lot of lost searchers.&amp;nbsp;  I do want to provide a service for a select few who understand what I am doing.  There is a small but growing group of regular visitors to my site.&amp;nbsp;  I want to serve that group better and build a community of like minded persons.&amp;nbsp;  I don&#039;t ever want to run ads or sell-out my inclusion process as Yahoo! and others have.&amp;nbsp;  And since there is no workable revenue model for a site like mine I want to self-screen my visitors as I mentioned above and I want to refine that selection process.&amp;nbsp;  This is helped by the added control offered by CSS.&amp;nbsp;  I did in fact say early in this thread that I wanted to use CSS entirely and stop using tables.&lt;/p&gt;
&lt;p&gt;So to sum up, I want to make my site easier to use, but not **too** easy.&amp;nbsp;  I want to narrow the scope to better serve just a few enlightened regular visitors, not the mobs of searchers that arrive from Google--though it is from this group that I most often find my new regulars.&lt;/p&gt;
&lt;p&gt;I also realize that my site needs a lot more work in order to meet that goal and other less well formed goals.&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Aug 2002 17:21:51 +0000</pubDate>
 <dc:creator>andilinks</dc:creator>
 <guid isPermaLink="false">comment 1112841 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112807</link>
    <description> &lt;p&gt;Andi, you  misunderstood me. Really.&lt;/p&gt;
&lt;p&gt;But I do think that it would be advantageous to you to reconsider how you are presenting your information. I was speaking specifically of the areas where you *do* have a big paragraph of uninterrupted links.&lt;/p&gt;
&lt;p&gt;That aside, let me introduce you to &lt;/p&gt;
&lt;p&gt; is a blocklevel element, similar to paragraph or table. It contains things. Using child selectors, you can do a similiar thing with div as I suggested above with span. To do that, you wouldn&#039;t use classes (or not alone) but id.&lt;/p&gt;
&lt;p&gt;This is why I really suggest you take some time to learn what CSS is about -- you keep approaching it as if CSS cannot help you, but it can, and very much so. You just can&#039;t see it because it requires a different perspective on coding. I say that because that is true for EVERYONE -- at first, it doesn&#039;t make any sense, it seems counter-productive when you can simply add font tags and other work-arounds.&lt;/p&gt;
&lt;p&gt;I&#039;m sorry you took offense, it wasn&#039;t meant to sound frustrated, so much as to cut through the speculation and show you that there are underlying issues -- the structure and layout of your page -- that are affecting your ability to implement and understand the advantages of CSS.&lt;/p&gt;
&lt;p&gt;I hope this information is helpful, I really do,&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Aug 2002 22:08:41 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112807 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112768</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I find your site too complicated to even look at...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Obviously you didn&#039;t.  I don&#039;t have &quot;a big line of uninterupted links&quot; (except in just a few categories), which is why what you are saying won&#039;t work for me.  &lt;/p&gt;
&lt;p&gt;It doesn&#039;t take a high level of sophistication to understand my site but it is true that some people don&#039;t &quot;get it.&quot;  Fortunately I don&#039;t have to cater to a mass market.  I can tell that I&#039;ve worn your patience thin so I won&#039;t bother you any longer, thank you for the time and help that you did provide.  &lt;/p&gt;
&lt;p&gt;Andi&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Aug 2002 07:42:50 +0000</pubDate>
 <dc:creator>andilinks</dc:creator>
 <guid isPermaLink="false">comment 1112768 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112765</link>
    <description> &lt;p&gt;Look, it&#039;s not as hard as you want to make it.&lt;/p&gt;
&lt;p&gt;span.whatever a { padding-left; 3px; padding-right: 3px;}&lt;/p&gt;
&lt;p&gt;This says all &lt;a&gt; tags that are children of this particular span tag (all &lt;a&gt; tags in the  tag) will have that applied, no others will.&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You should also consider how you&#039;re putting the site together (I know you are) because a big line of uninterupted links (except by spaces) is not very easy to figure out. I find your site too complicated to even look at, with all the links and how they are presented. &lt;/p&gt;
&lt;p&gt;But even if you change the presentation, you may find that using CSS will make your life easier.&lt;/p&gt;
&lt;p&gt;In the future, you can set that rule to word-spacing instead of a child selector and padding.&lt;/p&gt;
&lt;p&gt;It&#039;s really a good idea if you look over the resources and try to get a good understanding of how CSS works, then you can apply that knowledge to your current design while working on a new one if you wish.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Aug 2002 06:38:09 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112765 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112743</link>
    <description> &lt;p&gt;Filesize may increase, but you&#039;d at least be separating content from presentation.&lt;/p&gt;
&lt;p&gt;Then again, you say you will redo the whole thing... maybe by then word-spacing will be better supported.&lt;/p&gt;
&lt;p&gt;Good luck. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 15:21:44 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1112743 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112742</link>
    <description> &lt;p&gt;ahhh...&lt;/p&gt;
&lt;p&gt;Configured this way,  works.  But it uses 25 characters to effect what 2 characters do using underscores of the same color as the background.  Considering that I have several hundred links on each page, using the deprecated  tag seems the better solution.  Again, thanks for your effort.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Andi&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 15:19:17 +0000</pubDate>
 <dc:creator>andilinks</dc:creator>
 <guid isPermaLink="false">comment 1112742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112741</link>
    <description> &lt;p&gt;What I mean in the second suggestion is that wrapped around each individual link is a span.&lt;/p&gt;
&lt;p&gt;&lt;A href=&quot;http://www.beaucoup.com/&quot;&gt;Beaucoup&lt;/a&gt;&lt;br /&gt;
&lt;A href=&quot;http://dmoz.org/&quot;&gt;dmoz.org&lt;/a&gt;&lt;br /&gt;
&lt;A href=&quot;http://www.yahoo.com/&quot;&gt;Yahoo!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Try using the padding-left/right code with that. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I know the third idea just defeats the purpose... it was just a thought. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 15:06:31 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1112741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112740</link>
    <description> &lt;p&gt;&quot;word-spacing : 6px;&quot;.&lt;br /&gt;
works well, unfortunately only 43% of my visitors currently use IE6 (which is greater than I expected, but still too low considering other browsers would see no space at all between links).  &lt;/p&gt;
&lt;p&gt;I don&#039;t understand the second suggestion, I do have the entire HTML links enclosed within .&lt;/p&gt;
&lt;p&gt;The third suggestion may work, but the tags take up more characters than just 3 non-breaking spaces &quot;&amp;amp; n b s p ;&quot; would...&lt;/p&gt;
&lt;p&gt;Thanks for your effort.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Andi&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 14:03:51 +0000</pubDate>
 <dc:creator>andilinks</dc:creator>
 <guid isPermaLink="false">comment 1112740 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112739</link>
    <description> &lt;p&gt;I guess another way to do it would be to something like this:&lt;/p&gt;
&lt;p&gt;span.data { letter-spacing : 3px; }&lt;/p&gt;
&lt;p&gt;&lt;A href=&quot;http://home.about.com/&quot;&gt;about.com&lt;/a&gt;&lt;br /&gt;
&amp;amp; nbsp;&lt;br /&gt;
&lt;A href=&quot;http://www.beaucoup.com/&quot;&gt;Beaucoup&lt;/a&gt;&lt;br /&gt;
&amp;amp; nbsp;&lt;br /&gt;
&lt;A href=&quot;http://dmoz.org/&quot;&gt;dmoz.org&lt;/a&gt;&lt;br /&gt;
&amp;amp; nbsp;&lt;br /&gt;
&lt;A href=&quot;http://www.yahoo.com/&quot;&gt;Yahoo!&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 13:49:03 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1112739 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/w3-validator#comment-1112738</link>
    <description> &lt;p&gt;According to TopStyle, what you want is &quot;word-spacing : 6px;&quot;.&lt;/p&gt;
&lt;p&gt;But it&#039;s IE6-only.&lt;/p&gt;
&lt;p&gt;Also, padding only happens where the tag begins or ends. So what you get is space to the left of  and space to the right of . Try applying the class to the &lt;a&gt;&#039;s as well. I&#039;m not entirely certain of that, though.&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Aug 2002 13:40:15 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1112738 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
