<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018613" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018613</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109691</link>
    <description> &lt;p&gt;Give it a try, anyway -- it&#039;s always good to have the answer at your fingertips rather than having to wait. I think you&#039;ll find it improves your learning, as well, since the two software apps have all the possible attributes listed and you can just poke around and learn. They also both have display options so you can see what your declarations are doing.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 May 2002 05:14:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109691 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109675</link>
    <description> &lt;p&gt;ok...thanks...i bookmarked &#039;em.  i will try them first before coming here&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 May 2002 02:17:18 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1109675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109674</link>
    <description> &lt;p&gt;The ones I recommended all work. &lt;/p&gt;
&lt;p&gt;As for the results, I really recommend Top Style because the results make sense -- they tell you what browser it doesn&#039;t work for, whether what you&#039;ve typed is valid or not, gives you a list of options, et cetera. Style Master does the same thing.&lt;/p&gt;
&lt;p&gt;The w3c validator only tells you what&#039;s wrong, but is very thorough.&lt;/p&gt;
&lt;p&gt;They are like grammar checkers, so they will catch the typos and glitches, but a human eye can help the rest.&lt;/p&gt;
&lt;p&gt;My only point is that they will help you learn, and will help you catch &lt;em&gt;easy&lt;/em&gt; errors.&lt;/p&gt;
&lt;p&gt;In case you don&#039;t remember my recommendations:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.bradsoft.com&quot; class=&quot;bb-url&quot;&gt;bradsoft.com&lt;/a&gt; (Top Style)&lt;br /&gt;
&lt;a href=&quot;http://www.westciv.com.au&quot; class=&quot;bb-url&quot;&gt;westciv.com.au&lt;/a&gt; (Style Master)&lt;br /&gt;
&lt;a href=&quot;http://jigsaw.w3.org/css-validator/&quot; class=&quot;bb-url&quot;&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt; (w3c&#039;s online CSS validation service).&lt;/p&gt;
&lt;p&gt;What don&#039;t you understand? Post an error report and we can help you decipher it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 May 2002 02:12:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109674 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109673</link>
    <description> &lt;p&gt;i have tried some...some dont work...some i dont understand the results.&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 May 2002 01:42:50 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1109673 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109537</link>
    <description> &lt;p&gt;Assuming it was in the body/div/table/whatever declaration, the url is wrong. No CSS will be able to read just a domain name, you have to specify &lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, I would like to know if you are using a validator, Kyle. We&#039;ve suggested a number of them that will help you learn CSS and help you find these easy errors quickly. Please let us know!&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 May 2002 00:18:16 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109537 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109534</link>
    <description> &lt;p&gt;Kyle,&lt;/p&gt;
&lt;p&gt;You have to put it inside body{}&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body {&amp;nbsp; &lt;br /&gt;&amp;nbsp; background-image: url(image_bg.gif);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 May 2002 00:04:04 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1109534 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/another-css-question#comment-1109533</link>
    <description> &lt;p&gt;Kyle, have you looked at using one of the validators?&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 May 2002 22:48:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1109533 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
