<?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: .PNG transparent images not transparent + Widget image issue</title>
		<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue</link>
		<description>Support Forum - Topic: .PNG transparent images not transparent + Widget image issue</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:28:51 +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/png-transparent-images-not-transparent-widget-image-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-33197</link>
			<pubDate>Sun, 27 Nov 2011 05:03:09 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;go to HTML view and put this in below your images:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;clearboth&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-33171</link>
			<pubDate>Sat, 26 Nov 2011 19:19:32 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">33171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah, take a look at the &#34;Contact&#34; page...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://rocketgruntjessica.com/?page_id=43&#34; rel=&#34;nofollow&#34;&#62;http://rocketgruntjessica.com/?page_id=43&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The images are going side by side now but it disrupts the look of the page. I would want those images all centered and be able to put text on the bottom not on the side like that. Let me know what you think could be a possible the fix to that haha.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-33170</link>
			<pubDate>Sat, 26 Nov 2011 19:14:28 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">33170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But I can't center the images now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-33169</link>
			<pubDate>Sat, 26 Nov 2011 19:13:22 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">33169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This worked, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-32857</link>
			<pubDate>Wed, 23 Nov 2011 10:09:54 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In your style.css you'll find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry img {
    padding: 3px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can make it float left by using&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry img {
    padding: 3px;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This, however will change all images you'll use within entries, maybe this doesn't matter - but a solution to this would be to put a class around your images in HTML view. For example:&#60;br /&#62;
&#60;code&#62;&#38;lt;p class=&#38;quot;floatleft&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;image1.png&#38;quot; /&#38;gt;&#38;lt;img src=&#38;quot;image2.png&#38;quot; /&#38;gt;&#38;lt;img src=&#38;quot;image3.png&#38;quot; /&#38;gt;&#38;lt;img src=&#38;quot;image4.png&#38;quot; /&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The CSS for this would be&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry .floatleft img {
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add that below &#34;.entry img&#34;&#60;/p&#62;
&#60;p&#62;Let me know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-32834</link>
			<pubDate>Wed, 23 Nov 2011 07:02:17 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">32834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It is on the contact page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://rocketgruntjessica.com/?page_id=43&#34; rel=&#34;nofollow&#34;&#62;http://rocketgruntjessica.com/?page_id=43&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-32802</link>
			<pubDate>Wed, 23 Nov 2011 02:30:46 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you link to a page where you have multiple images you'd like to put in one line? This way we can give specific instructions :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-32600</link>
			<pubDate>Mon, 21 Nov 2011 08:20:03 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">32600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright I am having a new issue here but it is really related to my #2 question again. That worked for the sidebar but now I need to get images to line up side by side in my main body of the pages &#38;amp; posts. Where would I place that code, I tried several spots and I couldn't find it.&#60;/p&#62;
&#60;p&#62;Thanks again!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-31378</link>
			<pubDate>Mon, 07 Nov 2011 18:41:55 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">31378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Both solutions worked out great! Thank you very much for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-31342</link>
			<pubDate>Mon, 07 Nov 2011 07:54:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think this thread will help you: &#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; - I'd use the second solution (noborder class for transparent images).&#60;/p&#62;
&#60;p&#62;2) Try to remove the center tag and add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main .sidebar img {
   display: inline !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bombstriker on ".PNG transparent images not transparent + Widget image issue"</title>
			<link>http://www.kriesi.at/support/topic/png-transparent-images-not-transparent-widget-image-issue#post-31335</link>
			<pubDate>Mon, 07 Nov 2011 02:17:10 +0000</pubDate>
			<dc:creator>bombstriker</dc:creator>
			<guid isPermaLink="false">31335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Transparent Issue --- I have searched for these problems and haven't found a direct answer really. When I place my .PNG transparent image in a normal text box widget for the sidebar the image does not appear transparent. Instead it adds in a black background and places a grey border around the image. It does the same for .GIF images as well. I want to remove this border that is there and get my image to appear transparent like intended. If you look at the site right now you will see two images stacked up, they should be transparent but are not, it puts a dark color behind it and you can see the border which isn't supposed to be there. What can I do to get .PNG's and .GIF's transparent like they should be?&#60;/p&#62;
&#60;p&#62;Widget Image Issue --- I plan on placing two &#34;buttons&#34; side by side in the sidebar but it will not allow them to be beside each other and instead stacks them vertically. If you look at the site now I threw two images up there that should be side by side because they are small enough to fit but will not. How is this corrected?&#60;/p&#62;
&#60;p&#62;My URL is &#60;a href=&#34;http://www.rocketgruntjessica.com&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgruntjessica.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you so very much! :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
