<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039899" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039899</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-links-wont-change-color#comment-1225871</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;drew22299;225374 wrote:&lt;/strong&gt; Hi,&lt;/p&gt;
&lt;p&gt;Please can someone help?&lt;/p&gt;
&lt;p&gt;I have an external CSS file that works ok for eveything else on the web pages, but the a:link, a:visited etc don&#039;t seem to work for the links&lt;/p&gt;
&lt;p&gt;I put them in the CSS file in the following way:&lt;/p&gt;
&lt;p&gt;a:link {text-decoration: none; color: #FFFFFF;}&lt;br /&gt;
a:visited {text-decoration: none; color: #FFFFFF;}&lt;br /&gt;
a:active {text-decoration: none}&lt;br /&gt;
a:hover {text-decoration: underline; color: #red;}&lt;/p&gt;
&lt;p&gt;I have tried the example below but don&#039;t seem to be able to get the links to change color.&lt;/p&gt;
&lt;p&gt;a {&lt;br /&gt;
a:link {text-decoration: none; color: #FFFFFF;}&lt;br /&gt;
a:visited {text-decoration: none; color: #FFFFFF;}&lt;br /&gt;
a:active {text-decoration: none}&lt;br /&gt;
a:hover {text-decoration: underline; color: #red;}&lt;br /&gt;
}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Before you declare CSS, check it on your WYSIWYG editor, like the one you have pasted, you lacked a semicolon where other declarations have not been called because it is shown that the CSS committed an error.&lt;/p&gt;
 </description>
     <pubDate>Wed, 31 Oct 2007 07:23:50 +0000</pubDate>
 <dc:creator>JennyScoth0109</dc:creator>
 <guid isPermaLink="false">comment 1225871 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-links-wont-change-color#comment-1225383</link>
    <description> &lt;p&gt;The first example has correct syntax; the second has not. Depending on the browser you use, the order may be significant. Try putting the rule for :hover before the rule for :active and see if that works better.&lt;/p&gt;
&lt;p&gt;You can see that the first set of rules are valid by visiting &lt;a href=&quot;http://jigsaw.w3.org/css-validator/#validate-by-input&quot; class=&quot;bb-url&quot;&gt;the W3 CSS validator page&lt;/a&gt; - just copy and paste your code into the input box and press the &quot;check&quot; button.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Oct 2007 23:53:13 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1225383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-links-wont-change-color#comment-1225381</link>
    <description> &lt;p&gt;If that&#039;s a direct copy and paste, you have a missing semi-colon at the end of a:active&lt;br /&gt;
and that would indeed break it, and perhaps other things too&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Oct 2007 22:01:45 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1225381 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
