<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Support Forums &#187; Topic: Putting a border on images</title>
		<link>http://bbpress.org/forums/topic/putting-a-border-on-images</link>
		<description>bbPress Support Forums &#187; Topic: Putting a border on images</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 05:22:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/putting-a-border-on-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Michael3185 on "Putting a border on images"</title>
			<link>http://bbpress.org/forums/topic/putting-a-border-on-images#post-37970</link>
			<pubDate>Fri, 03 Jul 2009 18:28:52 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37970@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Cheers Ipstenu. I changed the post image so text wraps, and left the avatar as it was;</p>
<pre><code>img { float: left; border: 1px solid #ddd; border-width: 3px; border-style: double; margin-right: 8px; }
img.avatar { float: none; display: block; border: 1px solid #ddd; border-width: 3px; border-style: double; }</code></pre>
<p>Amazing how a simple change makes everything look so different.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Putting a border on images"</title>
			<link>http://bbpress.org/forums/topic/putting-a-border-on-images#post-37965</link>
			<pubDate>Fri, 03 Jul 2009 17:43:50 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">37965@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Rock on :)  If you specify it my way (or <code>img.threadpost</code> I imagine), it won't affect images outside of a post.
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Putting a border on images"</title>
			<link>http://bbpress.org/forums/topic/putting-a-border-on-images#post-37960</link>
			<pubDate>Fri, 03 Jul 2009 16:59:09 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37960@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Cheers Ipstenu - speedy reply! I realised that possibly the img, if defined in the stylesheet, would then be set when rendered. And it was.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "Putting a border on images"</title>
			<link>http://bbpress.org/forums/topic/putting-a-border-on-images#post-37959</link>
			<pubDate>Fri, 03 Jul 2009 16:55:31 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">37959@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Put it in your CSS?</p>
<pre><code>.threadpost img
{
  Your CSS Here
}</code></pre>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Putting a border on images"</title>
			<link>http://bbpress.org/forums/topic/putting-a-border-on-images#post-37958</link>
			<pubDate>Fri, 03 Jul 2009 16:50:12 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37958@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've just added the Allow-Images plugin to a forum to bring a little life to some topics. There's a post you can see at <a href="http://mbforum.letsdoo.org/topic/visitors-who-arent-registered#post-17" rel="nofollow">http://mbforum.letsdoo.org/topic/visitors-who-arent-registered#post-17</a>.</p>
<p>I'm trying to figure out a way to put a 1 pixel grey border around images, like the avatar image on the left has. The avatar has its own CSS formatter, but I'm not so hot with CSS and can't work out how to do it for the image in a post. I've used the usual bbcode [ img ] xyz [ /img ], but putting a CSS format tag in the [ img ] part stops the image from being displayed.</p>
<p>I guess I could hard code it into the plugin, but any better ideas..?</p>
<p>Edit:</p>
<p>Duh. I answered my own question. I just changed the stylesheet</p>
<p><code>img.avatar { display: block; border: 1px solid #ddd; border-width: 3px; border-style: double; }</code></p>
<p>to</p>
<p><code>img, img.avatar { display: block; border: 1px solid #ddd; border-width: 3px; border-style: double; }</code>
</p>]]></description>
					</item>

	</channel>
</rss>

