<?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: Now I See Why the WordPress Image Align Feature Was Not Working</title>
	<atom:link href="http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 22:50:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jason</title>
		<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-1181016</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=1563#comment-1181016</guid>
		<description>To answer something that got me, some templates may you check YES use stylesheet or custom style sheet if that is where you are putting the info. I was putting in the custom.css but it was not &quot;on&quot;. Other templates I just can not fix with this, not sure why..</description>
		<content:encoded><![CDATA[<p>To answer something that got me, some templates may you check YES use stylesheet or custom style sheet if that is where you are putting the info. I was putting in the custom.css but it was not &#8220;on&#8221;. Other templates I just can not fix with this, not sure why..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickyspires</title>
		<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-1140559</link>
		<dc:creator>rickyspires</dc:creator>
		<pubDate>Fri, 09 Apr 2010 07:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=1563#comment-1140559</guid>
		<description>hello. great tip but not working for me. 

i put the code into my styles but no change . to i need to add more code in another place?

i even tried different variations:
/* WP image align classes */

    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;
    }
	
	 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


    .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
	    
	.aligncentered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }
    .alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }
    .alignright {
    float: right;
    }
    .alignleft {
    float: left;
    }


:(</description>
		<content:encoded><![CDATA[<p>hello. great tip but not working for me. </p>
<p>i put the code into my styles but no change . to i need to add more code in another place?</p>
<p>i even tried different variations:<br />
/* WP image align classes */</p>
<p>    img.centered {<br />
    display: block;<br />
    margin-left: auto;<br />
    margin-right: auto;<br />
    }<br />
    img.alignright {<br />
    padding: 4px;<br />
    margin: 0 0 2px 7px;<br />
    display: inline;<br />
    }<br />
    img.alignleft {<br />
    padding: 4px;<br />
    margin: 0 7px 2px 0;<br />
    display: inline;<br />
    }<br />
    .alignright {<br />
    float: right;<br />
    }<br />
    .alignleft {<br />
    float: left;<br />
    }</p>
<p>.aligncenter {<br />
	display: block;<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
	}</p>
<p>    .centered {<br />
    display: block;<br />
    margin-left: auto;<br />
    margin-right: auto;<br />
    }</p>
<p>	.aligncentered {<br />
    display: block;<br />
    margin-left: auto;<br />
    margin-right: auto;<br />
    }<br />
    .alignright {<br />
    padding: 4px;<br />
    margin: 0 0 2px 7px;<br />
    display: inline;<br />
    }<br />
    .alignleft {<br />
    padding: 4px;<br />
    margin: 0 7px 2px 0;<br />
    display: inline;<br />
    }<br />
    .alignright {<br />
    float: right;<br />
    }<br />
    .alignleft {<br />
    float: left;<br />
    }</p>
<p> <img src='http://www.dailyblogtips.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Higgs</title>
		<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-1140244</link>
		<dc:creator>Dave Higgs</dc:creator>
		<pubDate>Thu, 08 Apr 2010 21:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=1563#comment-1140244</guid>
		<description>Thank you, thank you, thank you!

I too ran into the same problems - Images not going left and no time to worry about it :)

You are a life saver - thank you for not only finding the solution, but making the effort to share it!  

D</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!</p>
<p>I too ran into the same problems &#8211; Images not going left and no time to worry about it <img src='http://www.dailyblogtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You are a life saver &#8211; thank you for not only finding the solution, but making the effort to share it!  </p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-1133781</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 31 Mar 2010 19:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=1563#comment-1133781</guid>
		<description>Yes, it does work! And yes you have to search thru your stylesheet for something to do with content mine said &quot;/* Primary Content Area */&quot; (without the quotes) I just pasted as is, and crossed my fingers, and hit refresh on my post, and done!</description>
		<content:encoded><![CDATA[<p>Yes, it does work! And yes you have to search thru your stylesheet for something to do with content mine said &#8220;/* Primary Content Area */&#8221; (without the quotes) I just pasted as is, and crossed my fingers, and hit refresh on my post, and done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayley</title>
		<link>http://www.dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-1126417</link>
		<dc:creator>Hayley</dc:creator>
		<pubDate>Mon, 22 Mar 2010 15:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/?p=1563#comment-1126417</guid>
		<description>Thanks you so much to Daniel and Kevin in comment 63, my alignment is FINALLY working thanks to both of your tips, phew!!</description>
		<content:encoded><![CDATA[<p>Thanks you so much to Daniel and Kevin in comment 63, my alignment is FINALLY working thanks to both of your tips, phew!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.005 seconds using disk: basic
Object Caching 199/200 objects using disk: basic

Served from: www.dailyblogtips.com @ 2012-02-09 20:22:47 -->
