<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Image Borders</title>
		<link>http://www.kriesi.at/support/topic/image-borders</link>
		<description>Support Forum - Topic: Image Borders</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 07:28:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/image-borders" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4121</link>
			<pubDate>Mon, 06 Sep 2010 14:47:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No problem.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lesbrecknell on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4116</link>
			<pubDate>Mon, 06 Sep 2010 13:57:26 +0000</pubDate>
			<dc:creator>lesbrecknell</dc:creator>
			<guid isPermaLink="false">4116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4093</link>
			<pubDate>Mon, 06 Sep 2010 06:44:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4093@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok then we'll solve your border problem via an hack - open your style4.css and change&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a img, a:hover img, .entry img, #top .wp-caption{
border-color:#ccc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a img, a:hover img, .entry img, #top .wp-caption{
border-color:#fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code will change the color of the borders from grey to white - so they're still there but the user can't see them :-) and there's no mouseover effect.&#60;/p&#62;
&#60;p&#62;To your second problem:&#60;/p&#62;
&#60;p&#62;To remove this horizontal line please open your style4.css and delete following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hr { background: transparent url(&#38;#39;../images/skin4/border_horizontal.png&#38;#39;) repeat-x center right;  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This image is also used for the siteheading underline if you want to remove the dotted line of the siteheadings too:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.siteheading, .entry h4, .entry h3{
background: transparent url(&#38;#39;../images/skin4/border_horizontal.png&#38;#39;) repeat-x bottom right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lesbrecknell on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4083</link>
			<pubDate>Sun, 05 Sep 2010 21:07:40 +0000</pubDate>
			<dc:creator>lesbrecknell</dc:creator>
			<guid isPermaLink="false">4083@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your efforts, the effect is not quite what I was expecting as the the whole article now jumps around by 2px when you mouseover the image. I think Ill just give up on trying to figure it out, Ive spent way too much time on such a little thing :-)&#60;br /&#62;
If you could help me with one thing, the template fields are split up by 1px dotted lines which I would like to delete (see &#60;a href=&#34;http://dalemedia.net)&#34; rel=&#34;nofollow&#34;&#62;http://dalemedia.net)&#60;/a&#62; as you can see one runs straight through the logo. Appreciate it Buddy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4082</link>
			<pubDate>Sun, 05 Sep 2010 20:35:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To remove the borders you need to find following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a img, a:hover img{
z-index: 2;
position: relative;
border: 1px solid;
}

.entry img{
padding:4px;
display:block;
border:1px solid;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please replace border:1px solid; with border:none; like here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;a img, a:hover img{
z-index: 2;
position: relative;
border: none;
}

.entry img{
padding:4px;
display:block;
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lesbrecknell on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4081</link>
			<pubDate>Sun, 05 Sep 2010 19:47:47 +0000</pubDate>
			<dc:creator>lesbrecknell</dc:creator>
			<guid isPermaLink="false">4081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey James, the site is &#60;a href=&#34;http://www.dalemedia.net&#34; rel=&#34;nofollow&#34;&#62;http://www.dalemedia.net&#60;/a&#62; I appreciate your assistance. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4077</link>
			<pubDate>Sun, 05 Sep 2010 17:28:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What's the site URL (just to make sure I get the code right)?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lesbrecknell on "Image Borders"</title>
			<link>http://www.kriesi.at/support/topic/image-borders#post-4046</link>
			<pubDate>Sun, 05 Sep 2010 15:03:12 +0000</pubDate>
			<dc:creator>lesbrecknell</dc:creator>
			<guid isPermaLink="false">4046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Im trying to remove the (largeish) dark borders that surround the main page column and Portfolio thumb-nails, I tried to follow the Dudes tutorials, but got even more confused, I placed the snippet of code into the CSS file, but when I go to edit the Post in the WordPress editor, I cant see the imgsrc element of the featured image.&#60;br /&#62;
The template looks very good except for these difficult to remove borders which I feel add nothing in terms of style.&#60;br /&#62;
One other thing, how do I remove the dotted lines that seem to abound?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
