<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Removing image boder-bottom link (while retaining border bottom for text links)</title>
		<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links</link>
		<description>WordPress.com Forums &#187; Topic: Removing image boder-bottom link (while retaining border bottom for text links)</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 18:36:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links" rel="self" type="application/rss+xml" />

		<item>
			<title>thehype on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108425</link>
			<pubDate>Thu, 23 Aug 2007 20:35:38 +0000</pubDate>
			<dc:creator>thehype</dc:creator>
			<guid isPermaLink="false">108425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cornell, you're good in my books for replying! :)
</p>
]]></description>
					</item>
		<item>
			<title>thehype on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108424</link>
			<pubDate>Thu, 23 Aug 2007 20:34:34 +0000</pubDate>
			<dc:creator>thehype</dc:creator>
			<guid isPermaLink="false">108424@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Holy cow, that's cool! And works, big thanks devblog!
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108422</link>
			<pubDate>Thu, 23 Aug 2007 20:31:38 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">108422@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>no, no, no... dude...
</p>
]]></description>
					</item>
		<item>
			<title>cornell on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108419</link>
			<pubDate>Thu, 23 Aug 2007 20:29:48 +0000</pubDate>
			<dc:creator>cornell</dc:creator>
			<guid isPermaLink="false">108419@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Devblog - you rock, I suck!
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108417</link>
			<pubDate>Thu, 23 Aug 2007 20:27:13 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">108417@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><code>a img{}</code></p>
<p>Won't work because you're applying the rule to the img element, not the <em>a</em> tag.  The <em>a</em> tag is what has the border defined in its selector.</p>
<p>What I'd suggest you to do is to create a class selector where you specify that the link you're gonna use is an image for which you don't want a dotted bottom-border.</p>
<p>So, create the new class selector and define it like this:</p>
<pre><code>a.imglnk{
     border: none;
}</code></pre>
<p>And your HTML should look something like this:</p>
<pre><code>&lt;a href=&quot;#&quot; class=&quot;imglnk&quot;&gt;&lt;img src=&quot;your image&quot; ... /&gt;&lt;/a&gt;</code></pre>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>cornell on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108415</link>
			<pubDate>Thu, 23 Aug 2007 20:22:02 +0000</pubDate>
			<dc:creator>cornell</dc:creator>
			<guid isPermaLink="false">108415@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>you tried it on the a img tag in the CSS?  Hmm that's bloody weird, it works for me when I use it!  Ho hum!
</p>
]]></description>
					</item>
		<item>
			<title>thehype on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108413</link>
			<pubDate>Thu, 23 Aug 2007 20:18:09 +0000</pubDate>
			<dc:creator>thehype</dc:creator>
			<guid isPermaLink="false">108413@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh I should've said what I tried.. and the "text-decoration:none;" was one of them -- didn't work though.</p>
<p>Cool, I'll wait a bit for the others replies then. Thanks
</p>
]]></description>
					</item>
		<item>
			<title>cornell on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108411</link>
			<pubDate>Thu, 23 Aug 2007 20:10:31 +0000</pubDate>
			<dc:creator>cornell</dc:creator>
			<guid isPermaLink="false">108411@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>you need to use (I think) the tag  </p>
<p><code>a img</code></p>
<p>and set "text-decoration: none"</p>
<p>I'm sure that root or devblog or SBK will be along in a minute to tell you the right way, but I think this is right!</p>
<p>Collin
</p>
]]></description>
					</item>
		<item>
			<title>thehype on "Removing image boder-bottom link (while retaining border bottom for text links)"</title>
			<link>http://en.forums.wordpress.com/topic/removing-image-boder-bottom-link-while-retaining-border-bottom-for-text-links#post-108390</link>
			<pubDate>Thu, 23 Aug 2007 19:05:45 +0000</pubDate>
			<dc:creator>thehype</dc:creator>
			<guid isPermaLink="false">108390@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Woah, long title, sorry! But is there a way to remove the the border bottom on an image that is linked? See first post here: <a href="http://hypun.wordpress.com/" rel="nofollow">http://hypun.wordpress.com/</a></p>
<p>At the same time though, I still like my text links to have the border bottom (that's what I did with CSS). I wonder if I can isolate the image link problem and still keep the text links properties as is. Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
