<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Plugins: WordPress Plugins Podcast &#187; column</title>
	<atom:link href="http://www.pluginspodcast.com/tag/column/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pluginspodcast.com</link>
	<description>The WordPress Plugins Podcast covering a new plugin each week. Hosted by Angelo Mandato</description>
	<lastBuildDate>Sat, 22 May 2010 18:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.2" -->
	<itunes:summary>Plugins: The WordPress Plugins Podcast covering a WordPress plugin each week!

Plugins covered help WordPress users setup contact forms, combat comment SPAM, enable podcasting, social networking and other utilities to keep your blog running lean and mean.

Learn more at http://www.pluginspodcast.com</itunes:summary>
	<itunes:author>Angelo Mandato</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.pluginspodcast.com/wp-content/uploads/powerpress/itunes_pp.png" />
	<itunes:owner>
		<itunes:name>Angelo Mandato</itunes:name>
		<itunes:email>pluginspodcast@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>pluginspodcast@gmail.com (Angelo Mandato)</managingEditor>
	<copyright>&#xA9; Plugins, The WordPress Plugins Podcast</copyright>
	<itunes:subtitle>Plugins: The WordPress Plugins Podcast covering a WordPress plugin each week!</itunes:subtitle>
	<itunes:keywords>wordpress, plugin, plugins, WP, podcast, podcasting</itunes:keywords>
	<image>
		<title>Plugins: WordPress Plugins Podcast &#187; column</title>
		<url>http://www.pluginspodcast.com/wp-content/uploads/powerpress/rss_pp.png</url>
		<link>http://www.pluginspodcast.com</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Resize Image in Blog Posts To Fit Column Width Using CSS</title>
		<link>http://www.pluginspodcast.com/2009/02/28/resize-image-in-blog-posts-to-fit-column-width-using-css/</link>
		<comments>http://www.pluginspodcast.com/2009/02/28/resize-image-in-blog-posts-to-fit-column-width-using-css/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 20:09:54 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Pages]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://www.pluginspodcast.com/?p=94</guid>
		<description><![CDATA[Have you ever added an image to your blog post to find that the width of the image exceeds the width of the column of the page? Here&#8217;s a simple fix you can add to your theme&#8217;s style sheet to solve this problem. The fix below assumes that you have a class for your blog [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.pluginspodcast.com%2F2009%2F02%2F28%2Fresize-image-in-blog-posts-to-fit-column-width-using-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.pluginspodcast.com%2F2009%2F02%2F28%2Fresize-image-in-blog-posts-to-fit-column-width-using-css%2F&amp;source=pluginspodcast&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever added an image to your blog post to find that the width of the image exceeds the width of the column of the page? Here&#8217;s a simple fix you can add to your theme&#8217;s style sheet to solve this problem. The fix below assumes that you have a class for your blog post entries called &#8220;.entry&#8221;. This class may be called something different depending on the preference of the theme developer.</p>
<blockquote><p>.entry img {<br />
max-width: 500px;<br />
height: auto;<br />
}</p></blockquote>
<p>The max-width: is the maximum width the image can be within the .entry class. In this example the maximum width for an image is 500 pixels. We set the height: auto so the height of the image is auto adjusted to maintain the aspect ratio. Images that are smaller than the max-width will not be resized.</p>
<p>Note that this will not work for Internet Explorer 6 or older.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluginspodcast.com/2009/02/28/resize-image-in-blog-posts-to-fit-column-width-using-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

