<?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> &#187; HTML CSS</title>
	<atom:link href="http://www.seo-mind.com/category/html-css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seo-mind.com</link>
	<description>Search Engine News, Social Networking News, Search Engine Marketing, SEO Tips</description>
	<lastBuildDate>Thu, 06 May 2010 06:33:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Remove Underline from Hyperlink</title>
		<link>http://www.seo-mind.com/html-css/how-to-remove-underline-from-hyperlink.html</link>
		<comments>http://www.seo-mind.com/html-css/how-to-remove-underline-from-hyperlink.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 07:18:47 +0000</pubDate>
		<dc:creator>Danny G Sam</dc:creator>
				<category><![CDATA[HTML CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hyperlink]]></category>

		<guid isPermaLink="false">http://www.seo-mind.com/html-css/how-to-remove-underline-from-hyperlink.html</guid>
		<description><![CDATA[<br/>Designers may require Hyperlinks without underline so that it does not show as a link or when it doesn’t go well with the design. It is easy to remove underlines using CSS. Open your CSS file and just add these following lines to it:
 a {
text-decoration: none;
}
You can also specify the following options:
none
underline
overline
line-through
blink
This would reflect [...]]]></description>
		<wfw:commentRss>http://www.seo-mind.com/html-css/how-to-remove-underline-from-hyperlink.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
