<?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 boarder</title>
		<link>http://www.kriesi.at/support/topic/image-boarder</link>
		<description>Support Forum - Topic: image boarder</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:51:15 +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-boarder" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-20917</link>
			<pubDate>Sun, 12 Jun 2011 16:16:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint. I posted various methodes to remove the border in the faq thread here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-remove-the-image-borders&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-remove-the-image-borders&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-20853</link>
			<pubDate>Sat, 11 Jun 2011 12:09:39 +0000</pubDate>
			<dc:creator>Stephen</dc:creator>
			<guid isPermaLink="false">20853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would put this code right before the title tag if you don't want a border.   style=&#34;border: none; background: none;&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3492</link>
			<pubDate>Wed, 25 Aug 2010 18:15:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll have a look at it - I don't promise anything. I think it's only a minor problem, so I won't charge anything for now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dfocus on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3483</link>
			<pubDate>Wed, 25 Aug 2010 15:11:52 +0000</pubDate>
			<dc:creator>3dfocus</dc:creator>
			<guid isPermaLink="false">3483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude&#60;/p&#62;
&#60;p&#62;Thank you for your continued help.  I'm still having trouble.  I have copied exactely how you said and it still has a border...&#60;/p&#62;
&#60;p&#62;'&#60;a href=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34;&#62;&#60;img title=&#34;3dtc changes lives orange tv&#34; src=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34; alt=&#34;&#34; /&#62;'&#60;/p&#62;
&#60;p&#62;Also, I can't find that code in my Newscast Stylesheet file.&#60;/p&#62;
&#60;p&#62;I feel bad keep asking for help. Do you offer any paid for support so you could go into my Wordpress account to have a look?&#60;br /&#62;
I'm quite keen to get this fixed soon.&#60;/p&#62;
&#60;p&#62;Thanks again&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3471</link>
			<pubDate>Wed, 25 Aug 2010 06:53:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You defined two class declarations --&#38;gt;  class=&#34;alignnone size-full wp-image-159&#34; and class=&#34;no-border&#34; - please write only one class decleration, so combine both:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img class=&#38;quot;alignnone size-full wp-image-159 no-border&#38;quot; title=&#38;quot;3dtc changes lives orange tv&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#38;quot; alt=&#38;quot;&#38;quot; width=&#38;quot;541&#38;quot; height=&#38;quot;101&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to remove the borders from all images you need to find  img classes in your stylesheets and delete all &#34;border properties&#34;.&#60;/p&#62;
&#60;p&#62;i.e.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.box img, .entry img, .wp-caption{
border:1px solid #E1E1E1;
}

.box a:hover img, .entry a:hover img, .entry-previewimage:hover{
border:1px solid #999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;turns to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.box img, .entry img {
border:none;
}

.wp-caption{
border:1px solid #E1E1E1;
}

.box a:hover img, .entry a:hover img {
border:none;
}

.entry-previewimage:hover{
border:1px solid #999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dfocus on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3382</link>
			<pubDate>Tue, 24 Aug 2010 08:23:41 +0000</pubDate>
			<dc:creator>3dfocus</dc:creator>
			<guid isPermaLink="false">3382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude&#60;/p&#62;
&#60;p&#62;Thank you for your continued help and I'm sorry for my persistent questions!  I don't know what I am doing wrong but I still get borders.&#60;/p&#62;
&#60;p&#62;For example, I tried the above technique and here is the resulting code ...&#60;/p&#62;
&#60;p&#62;'&#60;a href=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34;&#62;&#38;lt;img class=&#34;alignnone size-full wp-image-159&#34; title=&#34;3dtc changes lives orange tv&#34; src=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34; alt=&#34;&#34; width=&#34;541&#34; height=&#34;101&#34; class=&#34;no-border&#34;&#60;/a&#62;&#60;br /&#62;
&#38;lt;div&#38;gt;&#38;lt;/div&#38;gt;'&#60;/p&#62;
&#60;p&#62;As you can see, I have put in the no border class.&#60;/p&#62;
&#60;p&#62;In the template code, is there anyway of switching off the border code entirely?  I would rather do it that way as I will never want borders on any of the images.&#60;/p&#62;
&#60;p&#62;Thanks Dude and sorry again for the hassle!&#60;/p&#62;
&#60;p&#62;Jon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3376</link>
			<pubDate>Tue, 24 Aug 2010 06:11:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try this example code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#38;quot;&#38;gt;&#38;lt;img title=&#38;quot;3dtc changes lives orange tv&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#38;quot; alt=&#38;quot;&#38;quot; style=&#38;quot;border:none;&#38;quot;/&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#38;quot;&#38;gt;&#38;lt;img title=&#38;quot;3dtc changes lives orange tv&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#38;quot; alt=&#38;quot;&#38;quot; class=&#38;quot;no-border&#38;quot;/&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude&#60;/p&#62;
&#60;p&#62;PS: Please put your code between backtick ( ` ) characters, because otherwise it won't show up as text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dfocus on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-3291</link>
			<pubDate>Mon, 23 Aug 2010 09:51:09 +0000</pubDate>
			<dc:creator>3dfocus</dc:creator>
			<guid isPermaLink="false">3291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi 'The Dude'&#60;/p&#62;
&#60;p&#62;What a massive help you have been.  Sorry for the delay in responding but I have been away.&#60;/p&#62;
&#60;p&#62;I'm really sorry but I'm still struggling to remove the borders.  I add the term 'no-border' but a border will still appear.  I have kept the class in the css so thought I could just add the no-border tag so no borders appeared.&#60;/p&#62;
&#60;p&#62;Here is the example of some code for one of my pictures ...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34;&#62;&#60;img title=&#34;3dtc changes lives orange tv&#34; src=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3dtc-changes-lives-orange-tv.png&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also tried it with the other images and have the same problem.  Is there a way of turning off the border by default?&#60;/p&#62;
&#60;p&#62;Thank you for your time,&#60;/p&#62;
&#60;p&#62;Jonathan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-2746</link>
			<pubDate>Fri, 13 Aug 2010 15:58:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">2746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you messed with my tutorials :-)&#60;/p&#62;
&#60;p&#62;I visited your website and in the sourcecode I could find following: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img class=&#38;quot;alignnone size-full wp-image-136 border: none&#38;quot; title=&#38;quot;3D TV World Forum Image d&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3D-TV-World-Forum-Image-d.jpg&#38;quot; alt=&#38;quot;&#38;quot; width=&#38;quot;553&#38;quot; height=&#38;quot;368&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can remove the border by using a class OR by defining the border in the style tag. You mixed both solutions and so it doesn't work.&#60;/p&#62;
&#60;p&#62;You can use a class - the source code would look like that (you defined no-border right in your style.css - I've checked it already):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img class=&#38;quot;alignnone size-full wp-image-136 no-border&#38;quot; title=&#38;quot;3D TV World Forum Image d&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3D-TV-World-Forum-Image-d.jpg&#38;quot; alt=&#38;quot;&#38;quot; width=&#38;quot;553&#38;quot; height=&#38;quot;368&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;OR you write border:none; in your style tag (style=&#34;border:none;&#34;) like: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img class=&#38;quot;alignnone size-full wp-image-136&#38;quot; title=&#38;quot;3D TV World Forum Image d&#38;quot; src=&#38;quot;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3D-TV-World-Forum-Image-d.jpg&#38;quot; alt=&#38;quot;&#38;quot; width=&#38;quot;553&#38;quot; height=&#38;quot;368&#38;quot; style=&#38;quot;border:none;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>3dfocus on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-2733</link>
			<pubDate>Fri, 13 Aug 2010 12:18:27 +0000</pubDate>
			<dc:creator>3dfocus</dc:creator>
			<guid isPermaLink="false">2733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I’m am having trouble implementing this.  I have gone into Appearance – Editor.  Then I click on Stylesheet under Styles.  Right at the bottom of the css file I have pasted - &#60;/p&#62;
&#60;p&#62;.no-border&#60;br /&#62;
{&#60;br /&#62;
border: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I then ‘Update File’.&#60;/p&#62;
&#60;p&#62;I then go to one of my posts with an image in it and go into the html window.  However, when I add ‘no border’ a border is still present.  Here is a copy of what I have added ...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3D-TV-World-Forum-Image-d.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.3dfocusnews.com/wp-content/uploads/2010/08/3D-TV-World-Forum-Image-d.jpg&#60;/a&#62;&#34;&#38;gt;&#38;lt;img class=&#34;alignnone size-full wp-image-136 no-border&#60;/p&#62;
&#60;p&#62;Here is the link to the post - &#60;a href=&#34;http://www.3dfocusnews.com/?p=51&#34; rel=&#34;nofollow&#34;&#62;http://www.3dfocusnews.com/?p=51&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to remove all borders from all my images.&#60;/p&#62;
&#60;p&#62;Any advice?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Jon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmillgraphics on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-2440</link>
			<pubDate>Tue, 10 Aug 2010 07:09:25 +0000</pubDate>
			<dc:creator>jmillgraphics</dc:creator>
			<guid isPermaLink="false">2440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you&#60;br /&#62;
thank you&#60;/p&#62;
&#60;p&#62;I only learn code along my journey, so this was a HUGE help lol. I feel silly that I didn't get this on my own.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autonom on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-1351</link>
			<pubDate>Thu, 29 Jul 2010 12:59:08 +0000</pubDate>
			<dc:creator>autonom</dc:creator>
			<guid isPermaLink="false">1351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks from me too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheSamEffect on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-737</link>
			<pubDate>Sat, 24 Jul 2010 22:13:22 +0000</pubDate>
			<dc:creator>TheSamEffect</dc:creator>
			<guid isPermaLink="false">737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;awesome. thanks so much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-633</link>
			<pubDate>Sat, 24 Jul 2010 11:36:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can do this by adding a style information to the img tag. So if you're using the wordpress editor you'll see something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;img src=&#38;quot;wp-content/uploads/2010/05/your-image.jpg&#38;quot; alt=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; class=&#38;quot;alignnone size-full wp-image-74&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;add style=&#34;border: 0px;&#34; to this tag - it should look like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;img src=&#38;quot;wp-content/uploads/2010/05/your-image.jpg&#38;quot; alt=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; class=&#38;quot;alignnone size-full wp-image-74&#38;quot; style=&#38;quot;border: none;&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you've many images you want to display without a border you can also define a class in the stylesheet ( filename extension .css). The syntax should look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.no-border {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now if you want to display an image without a border just add the class no-border to the image. You don't need the style information anymore.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;img src=&#38;quot;wp-content/uploads/2010/05/your-image.jpg&#38;quot; alt=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; class=&#38;quot;alignnone size-full wp-image-74 no-border&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The Dude&#60;/p&#62;
&#60;p&#62;&#60;em&#62;** edited by James Morrison to move corrected .no-border code here and change 0px to none **&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheSamEffect on "image boarder"</title>
			<link>http://www.kriesi.at/support/topic/image-boarder#post-621</link>
			<pubDate>Sat, 24 Jul 2010 07:15:04 +0000</pubDate>
			<dc:creator>TheSamEffect</dc:creator>
			<guid isPermaLink="false">621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to know how to remove specific image boarders. I like the boarders on most images, but I have some specific ones I'd like to remove. help? thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
