<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewSourceMedia Blog &#187; Link Styles</title>
	<atom:link href="http://newsourcemedia.com/blog/category/css/link-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Mon, 07 May 2012 01:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change CSS A HREF Link Styles</title>
		<link>http://newsourcemedia.com/blog/change-css-a-href-link-styles/</link>
		<comments>http://newsourcemedia.com/blog/change-css-a-href-link-styles/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Link Styles]]></category>

		<guid isPermaLink="false">http://newsourcemedia.com/blog/2007/12/22/change-css-a-href-link-styles/</guid>
		<description><![CDATA[How to change hyperlink color styles Question: How do I change hyperlink color style of my html links? Answer: You can do this by adding CSS to your web page. Try the following to change the a href tages: &#60;style &#8230; <a href="http://newsourcemedia.com/blog/change-css-a-href-link-styles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[How to change hyperlink color styles
<span id="more-158"></span>

<strong>Question:</strong> How do I change hyperlink color style of my html links?

<strong>Answer:</strong> You can do this by adding CSS to your web page. Try the following to change the a href tages:
<p class="code">&lt;style type="text/css"&gt;</p>

&lt;!—
a:link {
color: #333333;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
--&gt;

&lt;/style&gt;

a:link is the links color
a:visited is the color for all links clicked
a:hover is the link style when your mouse hovers over the link.
A:active is the color when the link is active.

If you just want to make a simple color change to all your web links, just do:
<p class="code">&lt;style type="text/css"&gt;</p>

&lt;!—
a { color: #0099ff; }
--&gt;

&lt;/style&gt;

In other words, all links should be #0099ff or what ever color you chose regardless if you’ve visited or are hovering over a link or not.]]></content:encoded>
			<wfw:commentRss>http://newsourcemedia.com/blog/change-css-a-href-link-styles/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
