<?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: How to vertically center text in a div using CSS</title>
	<atom:link href="http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css/feed" rel="self" type="application/rss+xml" />
	<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css</link>
	<description>Website Design Tutorials</description>
	<lastBuildDate>Sat, 26 Nov 2011 08:05:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ali</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-120</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 05 Nov 2011 06:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-120</guid>
		<description>I like that ~)

my regards..</description>
		<content:encoded><![CDATA[<p>I like that ~)</p>
<p>my regards..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Howard</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-107</link>
		<dc:creator>Andrew Howard</dc:creator>
		<pubDate>Fri, 30 Sep 2011 09:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-107</guid>
		<description>Heres a cross browser solution: http://www.andy-howard.com/verticalAndHorizontalAlignment/index.html</description>
		<content:encoded><![CDATA[<p>Heres a cross browser solution: <a href="http://www.andy-howard.com/verticalAndHorizontalAlignment/index.html" rel="nofollow">http://www.andy-howard.com/verticalAndHorizontalAlignment/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehreen Baakza</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-53</link>
		<dc:creator>Mehreen Baakza</dc:creator>
		<pubDate>Tue, 17 May 2011 21:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-53</guid>
		<description>@Aaron - I believe IE7 does not support that method.</description>
		<content:encoded><![CDATA[<p>@Aaron &#8211; I believe IE7 does not support that method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Issac Maez</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-39</link>
		<dc:creator>Issac Maez</dc:creator>
		<pubDate>Fri, 13 May 2011 05:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-39</guid>
		<description>Great Post, Thx!  Thank you for sharing this!</description>
		<content:encoded><![CDATA[<p>Great Post, Thx!  Thank you for sharing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-21</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 10 Jan 2011 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-21</guid>
		<description>It may be easier to rely on vertical-align: middle.  You should be able to do display: table-cell and make your div act as if it is a td element.

So your CSS would be:

div { display: table-cell; height: 100px; text-align: center; vertical-align: middle; width: 300px; }</description>
		<content:encoded><![CDATA[<p>It may be easier to rely on vertical-align: middle.  You should be able to do display: table-cell and make your div act as if it is a td element.</p>
<p>So your CSS would be:</p>
<p>div { display: table-cell; height: 100px; text-align: center; vertical-align: middle; width: 300px; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyndon</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-20</link>
		<dc:creator>Lyndon</dc:creator>
		<pubDate>Thu, 23 Dec 2010 04:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-20</guid>
		<description>How the heck do I align it dynamically centered(vertically)</description>
		<content:encoded><![CDATA[<p>How the heck do I align it dynamically centered(vertically)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leels</title>
		<link>http://stylisticweb.com/design-tutorials/vertically-center-text-in-div-css#comment-19</link>
		<dc:creator>Leels</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://stylisticweb.com/blog/?p=635#comment-19</guid>
		<description>I have to admit, I always end up using a table instead. This makes it so much easier.</description>
		<content:encoded><![CDATA[<p>I have to admit, I always end up using a table instead. This makes it so much easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

