<?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>PHP Tutorials and Forums &#187; HTML</title>
	<atom:link href="http://phpdebutant.com/cat/html/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdebutant.com</link>
	<description>PHP Tutorials, Free PHP Scripts, Form Validation With PHP</description>
	<lastBuildDate>Wed, 01 Jul 2009 13:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>HTML link with no underline</title>
		<link>http://phpdebutant.com/html-link-with-no-underline.php</link>
		<comments>http://phpdebutant.com/html-link-with-no-underline.php#comments</comments>
		<pubDate>Thu, 19 Jun 2008 19:24:36 +0000</pubDate>
		<dc:creator>PHP Godfather</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://phpdebutant.com/?p=7</guid>
		<description><![CDATA[Creating a HTML anchor text link with no underline is really simple. By default, a hyperlink tag has the following structure: &#60;a href=&#8221;http://www.phpdebutant.com/forums&#8221;&#62;PHP Forums&#60;/a&#62; When viewed in browser, it shows as: PHP Forums If you want to get rid of the underline, you can specify it in the CSS style property: &#60;a href=&#8221;http://www.phpdebutant.com/forums&#8221; style=&#8221;text-decoration:none;&#8221;&#62;PHP Forums&#60;/a&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a HTML anchor text link with no underline is really simple.</p>
<p>By default, a hyperlink tag has the following structure:</p>
<p>&lt;a href=&#8221;http://www.phpdebutant.com/forums&#8221;&gt;PHP Forums&lt;/a&gt;</p>
<p>When viewed in browser, it shows as:</p>
<p><a style="text-decoration:underline;" href="http://www.phpdebutant.com/forums">PHP Forums</a></p>
<p>If you want to get rid of the underline, you can specify it in the CSS style property:</p>
<p>&lt;a href=&#8221;http://www.phpdebutant.com/forums&#8221; style=&#8221;text-decoration:none;&#8221;&gt;PHP Forums&lt;/a&gt;</p>
<p>When viewed in browser, it will show as:</p>
<p><a style="text-decoration:none;" href="http://www.phpdebutant.com/forums">PHP Forums</a></p>
<p>Subsequently, if there is a CSS stylesheet that forces all anchor tags to be displayed without an underline, you can use style=&#8221;text-decoration:underline;&#8221; to turn it back on.</p>
]]></content:encoded>
			<wfw:commentRss>http://phpdebutant.com/html-link-with-no-underline.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

