<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020554" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020554</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125923</link>
    <description> &lt;p&gt;No, I&#039;d recommend using CSS to set the borders, but if using the , it&#039;s a better solution than a transparent pixel image.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 17:49:59 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125923 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125915</link>
    <description> &lt;p&gt;Ok it seems to work for me now. I just put some empty paragraph tags to replace the non-breaking space. Would you recommend putting in a 3 pixel wide transparent image instead of the empty ?&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 14:49:13 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1125915 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125906</link>
    <description> &lt;p&gt;font&lt;strong&gt;-&lt;/strong&gt;family: sans-serif; &lt;/p&gt;
&lt;p&gt;Okay, I&#039;m looking at it, and other than the size of the text changing when it goes to sans-serif, there is no other shift on the page.&lt;/p&gt;
&lt;p&gt;The reason things aren&#039;t working is because you&#039;re trying to use a non-breaking space to keep the cells open and the space is larger than the 3px limit you&#039;re setting.&lt;/p&gt;
&lt;p&gt;THAT has NOTHING to do with it being sans-serif, in the body, et cetera, but everything to do with font size, since you&#039;re not using CSS, but using spaces and cells instead and the size of the space is dependent on the size of the font.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 07:20:34 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125906 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125901</link>
    <description> &lt;p&gt;Ok I fixed the 2 mentioned things and still no luck.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.chumpchange.org/main/&quot; class=&quot;bb-url&quot;&gt;http://www.chumpchange.org/main/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 06:25:14 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1125901 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125900</link>
    <description> &lt;p&gt;1. it should be sans-serif, WITH THE HYPHEN&lt;br /&gt;
2. NO UNDERSCORES IN THE CLASS NAMES!!!!&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 06:14:44 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125899</link>
    <description> &lt;p&gt;Ahhh it worked on netscape (the newest one) and on IE 5.0 but it wont work on IE 6.0 (same unalignment prob).&lt;/p&gt;
&lt;p&gt;So I tried to some stuff and now I can&#039;t get the text to be sans serif. I am going crazy here, I cannot see why it wont go to sans serif. go to &lt;a href=&quot;http://www.chumpchange.org/main/&quot; class=&quot;bb-url&quot;&gt;http://www.chumpchange.org/main/&lt;/a&gt; to view the problem&lt;/p&gt;
&lt;p&gt;	body {&lt;br /&gt;
	font-family : sans serif;&lt;br /&gt;
	background: #E7E7E7 url(&quot;bg_image.jpg&quot;) no-repeat top right;&lt;br /&gt;
	padding-left:4%;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	img.coin_postion {&lt;br /&gt;
	position : absolute;&lt;br /&gt;
	top : 5px;&lt;br /&gt;
	right : 22%;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	td.content {&lt;br /&gt;
	padding-left : 6px;&lt;br /&gt;
	padding-right : 6px;&lt;br /&gt;
	padding-bottom : 6px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;	td.links {&lt;br /&gt;
	padding-left : 6px;&lt;br /&gt;
	padding-right : 6px;&lt;br /&gt;
	padding-top : 2px;&lt;br /&gt;
	padding-bottom : 1px;&lt;br /&gt;
	}&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 05:44:19 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1125899 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125897</link>
    <description> &lt;p&gt;Thank you so much renegade. I think the biggest problem was the sans-serif should have been sans serif (no hyphen). It works flawless now.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 04:22:01 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1125897 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125895</link>
    <description> &lt;p&gt;Renegade, you make my jaw hurt sometimes.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 03:21:58 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125887</link>
    <description> &lt;p&gt;Change:&lt;/p&gt;
&lt;p&gt;body&lt;br /&gt;
{&lt;br /&gt;
background: #E7E7E7&lt;br /&gt;
url(&quot;bg_image.jpg&quot;)&lt;br /&gt;
no-repeat&lt;br /&gt;
top right;&lt;br /&gt;
padding-left:4%;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;body&lt;br /&gt;
{&lt;br /&gt;
background: #E7E7E7 url(&quot;bg_image.jpg&quot;) no-repeat top right;&lt;br /&gt;
padding-left:4%;&lt;br /&gt;
font-family: sans serif;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;It should work... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 02:24:49 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1125887 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-problem#comment-1125886</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://jigsaw.w3.org/css-validator/validator?uri=http://www.chumpchange.org/main/&amp;amp;warning=1&amp;amp;profile=css2&quot; class=&quot;bb-url&quot;&gt;http://jigsaw.w3.org/css-validator/validator?uri=http://www.chumpchange.org/main/&amp;amp;warning=1&amp;amp;profile=css2&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Feb 2003 01:30:47 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1125886 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
