<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>MamaBlogga &#187; images</title>
	<atom:link href="http://www.mamablogga.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mamablogga.com</link>
	<description>mom&#039;s search for meaning</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get images to display right in feed readers</title>
		<link>http://www.mamablogga.com/images-display-feed-readers/</link>
		<comments>http://www.mamablogga.com/images-display-feed-readers/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:24:51 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[MetaBlogging]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[readers]]></category>

		<guid isPermaLink="false">http://www.mamablogga.com/?p=2048</guid>
		<description><![CDATA[Today&#8217;s quick blogging tip is mostly for WordPress users, WordPress.com and self-hosted. Have you ever worked so hard on perfecting your latest post, putting in the most awesome images to go along with it, carefully centering them and aligning them left and right until it looks perfect? I know I have. And then the post [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s quick blogging tip is mostly for WordPress users, WordPress.com and self-hosted. Have you ever worked so hard on perfecting your latest post, putting in the most awesome images to go along with it, carefully centering them and aligning them left and right until it looks perfect? I know I have. And then the post comes up in my feed reader and it looks like this:</p>
<p><img class="aligncenter size-full wp-image-2049" title="image align" src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align.png" alt="image align" width="500" height="249" /></p>
<p>What happened to all that careful work?</p>
<p>Well, to get technical, website incompatibilities. The latest version of WordPress adds a special code to align images using the design coded into WP sites with cascading style sheets (CSS). However, when that post with that special code goes out to other sites, like Bloglines and Google Reader, those sites don&#8217;t have the same CSS, so they can&#8217;t understand the code.</p>
<p>What to do?</p>
<p>Well, the answer is a little bit technical—but admit it, you&#8217;ve always wanted to learn a little HTML and CSS and feel cool, right?</p>
<h3>The fix</h3>
<p>As normal, upload your image and select your alignment.<br />
<img src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align2.png" alt="image align2" title="image align2" width="300" height="216" class="aligncenter size-full wp-image-2054" /></p>
<p>When you return to your post window, find the HTML tab at the top of the post box and click on it. This changes your view of the post to see the code behind it.<br />
<img src="http://www.mamablogga.com/wp-content/uploads/2009/12/image-align3.png" alt="image align3" title="image align3" width="520" height="92" class="aligncenter size-full wp-image-2053" /></p>
<p>Find the code for your image. It will look something like this:</p>
<blockquote><p>
&lt;img title=&quot;image align&quot; src=&quot;<strong>Your File Path on your site</strong>/2009/12/image-align.png&quot; alt=&quot;image align&quot; width=&quot;500&quot; height=&quot;249&quot; class=&quot;<span style="color:green;">aligncenter</span> size-full wp-image-1695&quot; /&gt;
</p></blockquote>
<p>The green part is the WordPress CSS code that puts the image where you want it (center/right/left).</p>
<p>To fix it, you will add a little snippet of code to this section, before the /&gt; :</p>
<blockquote><p>
align=&quot;left&quot; (or right or center)
</p></blockquote>
<p>Save your draft and it should show up right in feed readers now! (You can also switch back to the Visual tab now.)</p>
<p>Technical note 1: the align element is &#8220;deprecated,&#8221; meaning that it&#8217;s outdated and at some future date, it may not work anymore. However, this is just a quick fix; it doesn&#8217;t have to work forever because you have the other WordPress code in place. If you want the &#8220;real&#8221; code to make it work, the &#8220;permanent&#8221; solution (the currently acceptable HTML/CSS code for this) is <span style="color:blue;">style=&quot;float:left;&quot;</span> . If you can remember that, great. If not, don&#8217;t sweat it.</p>
<p>Technical note 2: this method also works to align your images if your template doesn&#8217;t have the special WordPress code in the CSS, but you can also add this to your style.css file (found under Appearance&gt;Editor):</p>
<blockquote><p>
.aligncenter {display: block;margin-left: auto;margin-right: auto;}<br />
.alignleft {float: left;}<br />
.alignright {float: right;}
</p></blockquote>
<p>However, feed readers will still need the help until they get with the program, I guess.</p>
<div id='reaction_buttons_post2048' class='reaction_buttons'>
<div class="reaction_buttons_tagline">How does this post make you feel?</div>
<p><a class='reaction_button reaction_button_Encouraged_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Encouraged');">Encouraged&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Fulfilled_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Fulfilled');">Fulfilled&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Informed_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Informed');">Informed&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Smart_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Smart');">Smart&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Entertained_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Entertained');">Entertained&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> <a class='reaction_button reaction_button_Amused_count' href="javascript:reaction_buttons_increment_button_ajax('2048', 'Amused');">Amused&nbsp;<span class='count'>(<span class='count_number'>0</span>)</span></a> </div>
<img src="http://www.mamablogga.com/?ak_action=api_record_view&id=2048&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mamablogga.com/images-display-feed-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

