<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1064681" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1064681</link>
    <description></description>
    <language>en</language>
          <item>
    <title>HTML Link color can be</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-link-color-change#comment-1290628</link>
    <description> &lt;p&gt;HTML Link color can be changed using this code&lt;br /&gt;
 inside anchor tag type  a href=&quot;filename&quot; style=&quot;color: #CC0000&quot; and here type the anchor text then close anchor tag.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Apr 2016 06:15:19 +0000</pubDate>
 <dc:creator>annmariya</dc:creator>
 <guid isPermaLink="false">comment 1290628 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Is this the only time you</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-link-color-change#comment-1290604</link>
    <description> &lt;p&gt;Is this the only time you want to change the colour of a link? Or is this something you would want to do in other places around the site?&lt;/p&gt;
&lt;p&gt;If this is the only time, you can just put a style=&quot;&quot; attribute inside the link tag, so it would look like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;/path&amp;quot; style=&amp;quot;color: #0000ff;&amp;quot;&amp;gt;Your link here&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you want to use this colour elsewhere, create a class in your CSS file and put that into your a tag, like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;/path&amp;quot; class=&amp;quot;blue&amp;quot;&amp;gt;Your link here&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And the CSS would look like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.blue {&lt;br /&gt;&amp;nbsp; color: #000099;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;And hopefully you&#039;re not using a WYSIWYG editor that&#039;s going to strip those class and style attributes out. That would be another issue!&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Apr 2016 15:31:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1290604 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
