<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Align Image In Post WordPress 2.7</title>
	<atom:link href="http://blogigs.com/align-image-in-post-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogigs.com/align-image-in-post-wordpress-27/</link>
	<description>Best WordPress Themes Reviews</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:47:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ed</title>
		<link>http://blogigs.com/align-image-in-post-wordpress-27/#comment-4513</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=627#comment-4513</guid>
		<description>Code worked a treat, thanks. The theme I am using is really kicking now.</description>
		<content:encoded><![CDATA[<p>Code worked a treat, thanks. The theme I am using is really kicking now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiffany</title>
		<link>http://blogigs.com/align-image-in-post-wordpress-27/#comment-3692</link>
		<dc:creator>Tiffany</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=627#comment-3692</guid>
		<description>I just wanted to tell you - thank you, thank you, thank you for this fix! I was feeling so frustrated with my image alignment after a wordpress upgrade and your code fixed it perfectly after days of searching for a solution. Your time is appreciated! Thanks again!!</description>
		<content:encoded><![CDATA[<p>I just wanted to tell you &#8211; thank you, thank you, thank you for this fix! I was feeling so frustrated with my image alignment after a wordpress upgrade and your code fixed it perfectly after days of searching for a solution. Your time is appreciated! Thanks again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Vivas</title>
		<link>http://blogigs.com/align-image-in-post-wordpress-27/#comment-3359</link>
		<dc:creator>Andres Vivas</dc:creator>
		<pubDate>Sat, 02 May 2009 15:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=627#comment-3359</guid>
		<description>Thanks a lot, this fix corrected my issue with the images. I truly appreciate it!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this fix corrected my issue with the images. I truly appreciate it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costa</title>
		<link>http://blogigs.com/align-image-in-post-wordpress-27/#comment-2956</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Wed, 18 Feb 2009 01:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=627#comment-2956</guid>
		<description>Ryan, 

Are you using WordPress 2.7?  Some themes simply do not comply but what I can suggest is that you remove all those old image alignment codes and replace them with these

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

Can&#039;t promise anything as like I said, some themes simply do not work with 2.7 

Do save up your old stylesheet before messing with it though. 

I&#039;ll update the ones I have posted above.</description>
		<content:encoded><![CDATA[<p>Ryan, </p>
<p>Are you using WordPress 2.7?  Some themes simply do not comply but what I can suggest is that you remove all those old image alignment codes and replace them with these</p>
<p>p img {<br />
	padding: 0;<br />
	max-width: 100%;<br />
	}</p>
<p>img.centered {<br />
	display: block;<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
	}</p>
<p>img.alignright {<br />
	padding: 4px;<br />
	margin: 0 0 2px 7px;<br />
	display: inline;<br />
	}</p>
<p>img.alignleft {<br />
	padding: 4px;<br />
	margin: 0 7px 2px 0;<br />
	display: inline;<br />
	}</p>
<p>.alignright {<br />
	float: right;<br />
	}</p>
<p>.alignleft {<br />
	float: left<br />
	}</p>
<p>Can&#8217;t promise anything as like I said, some themes simply do not work with 2.7 </p>
<p>Do save up your old stylesheet before messing with it though. </p>
<p>I&#8217;ll update the ones I have posted above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blogigs.com/align-image-in-post-wordpress-27/#comment-2954</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/?p=627#comment-2954</guid>
		<description>Hi Ah Pek,
 I know you&#039;re a popular man around the WP forums, so I thought I&#039;d see if you can work out the kink in my image-align issue:

I have tried about EVERY solution I could find on all the forum sites concerning this, but nothing&#039;s worked yet. Here is a prime example of my problem:

http://www.epochsy.com/2009/01/27/edletwinter08/

The David Bowie quote is meant to be centered, but obviously, is not. Here is what my style.css currently looks like:

/*img.alignright { float:right; margin: 0 0 1px 5px; padding: 2px;}

img.alignleft { float:left; margin: 0 5px 5px 0; padding: 2px;}

img.aligncenter { float:center; margin: 0 5px 5px 0; padding: 2px;}*/



/*This works to RIGHT align images, but not centered ones!!!*/

img.alignleft, div.alignleft {
float:left;
margin:2px 2px 2px 0px;
}
img.alignright, div.alignright {
float:right;
margin:2px 0px 2px 2px;
}
img.centered, .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}


/*img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}*/

If you can help me I would be infinitely grateful. I&#039;ve been trying to fix this for about 3-4 hours, and if I can&#039;t fix it by tomorrow night, my head might explode.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ah Pek,<br />
 I know you&#8217;re a popular man around the WP forums, so I thought I&#8217;d see if you can work out the kink in my image-align issue:</p>
<p>I have tried about EVERY solution I could find on all the forum sites concerning this, but nothing&#8217;s worked yet. Here is a prime example of my problem:</p>
<p><a target="_blank" rel="nofollow" href="http://blogigs.com/goto/http://www.epochsy.com/2009/01/27/edletwinter08/"  rel="nofollow">http://www.epochsy.com/2009/01/27/edletwinter08/</a></p>
<p>The David Bowie quote is meant to be centered, but obviously, is not. Here is what my style.css currently looks like:</p>
<p>/*img.alignright { float:right; margin: 0 0 1px 5px; padding: 2px;}</p>
<p>img.alignleft { float:left; margin: 0 5px 5px 0; padding: 2px;}</p>
<p>img.aligncenter { float:center; margin: 0 5px 5px 0; padding: 2px;}*/</p>
<p>/*This works to RIGHT align images, but not centered ones!!!*/</p>
<p>img.alignleft, div.alignleft {<br />
float:left;<br />
margin:2px 2px 2px 0px;<br />
}<br />
img.alignright, div.alignright {<br />
float:right;<br />
margin:2px 0px 2px 2px;<br />
}<br />
img.centered, .aligncenter {<br />
display: block;<br />
margin-left: auto;<br />
margin-right: auto;<br />
}</p>
<p>/*img.centered, .aligncenter, div.aligncenter {<br />
display: block;<br />
margin-left: auto;<br />
margin-right: auto;<br />
}</p>
<p>img.alignright {<br />
padding: 4px;<br />
margin: 0 0 2px 7px;<br />
display: inline;<br />
}</p>
<p>img.alignleft {<br />
padding: 4px;<br />
margin: 0 7px 2px 0;<br />
display: inline;<br />
}</p>
<p>.alignright {<br />
float: right;<br />
}</p>
<p>.alignleft {<br />
float: left;<br />
}*/</p>
<p>If you can help me I would be infinitely grateful. I&#8217;ve been trying to fix this for about 3-4 hours, and if I can&#8217;t fix it by tomorrow night, my head might explode.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

