<?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: Aligning Images With Your Stylesheet.</title>
	<atom:link href="http://blogigs.com/aligning-images-with-your-stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogigs.com/aligning-images-with-your-stylesheet/</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: Alisa</title>
		<link>http://blogigs.com/aligning-images-with-your-stylesheet/#comment-3734</link>
		<dc:creator>Alisa</dc:creator>
		<pubDate>Sat, 22 Aug 2009 03:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/aligning-images-with-your-stylesheet/#comment-3734</guid>
		<description>I&#039;ve been wrestling with this problem all day with a new theme I installed and was on the verge of kicking my laptop. I&#039;m not a techie, so thank you for explaining the fix so clearly!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been wrestling with this problem all day with a new theme I installed and was on the verge of kicking my laptop. I&#8217;m not a techie, so thank you for explaining the fix so clearly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nihar</title>
		<link>http://blogigs.com/aligning-images-with-your-stylesheet/#comment-3299</link>
		<dc:creator>Nihar</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/aligning-images-with-your-stylesheet/#comment-3299</guid>
		<description>Hey, Thanks a lot. Was having the toughest time trying to figure this out.</description>
		<content:encoded><![CDATA[<p>Hey, Thanks a lot. Was having the toughest time trying to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2955</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2955</guid>
		<description>Hello All - 
I thought I’d see if anyone 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’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’ve been trying to fix this for about 3-4 hours, and if I can’t fix it by tomorrow night, my head might explode.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello All &#8211;<br />
I thought I’d see if anyone 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’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’ve been trying to fix this for about 3-4 hours, and if I can’t fix it by tomorrow night, my head might explode.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Align Image In Post WordPress 2.7 &#124; Blog Templates Reviews</title>
		<link>http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2949</link>
		<dc:creator>Align Image In Post WordPress 2.7 &#124; Blog Templates Reviews</dc:creator>
		<pubDate>Mon, 16 Feb 2009 13:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2949</guid>
		<description>[...] You may want to subscribe to my RSS feed. Thanks for visiting!More than a year ago, I posted the stylesheet codes for aligning images in your WordPress posts. Times have changed and WordPress has added many new advanced features. One [...]</description>
		<content:encoded><![CDATA[<p>[...] You may want to subscribe to my RSS feed. Thanks for visiting!More than a year ago, I posted the stylesheet codes for aligning images in your WordPress posts. Times have changed and WordPress has added many new advanced features. One [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2822</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 03 Dec 2008 23:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/aligning-images-with-your-stylesheet/#comment-2822</guid>
		<description>Thanks for the article and copy-pastable code. I&#039;d figured out that my inserted images were calling the non-existent &quot;alignright&quot; from my css, but was struggling to insert my own code...yours worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for the article and copy-pastable code. I&#8217;d figured out that my inserted images were calling the non-existent &#8220;alignright&#8221; from my css, but was struggling to insert my own code&#8230;yours worked like a charm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

