<?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: Devil&#8217;s Advocate &#8211; 6 Reasons To Keep Using Tables For Your Layout</title>
	<atom:link href="http://www.pat-burt.com/web-development/devils-advocate-6-reasons-to-keep-using-tables-for-your-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pat-burt.com/web-development/devils-advocate-6-reasons-to-keep-using-tables-for-your-layout/</link>
	<description>Patrick Burt</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:59:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-6-reasons-to-keep-using-tables-for-your-layout/comment-page-1/#comment-17906</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 04 May 2009 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/devils-advocate-6-reasons-to-keep-using-tables-for-your-layout/#comment-17906</guid>
		<description>Using CSS for columns is really easy.

.column { display: table-cell; }

Tables for layout are good. HTML table markup for layout is bad.

Now, if only IE supported CSS tables...</description>
		<content:encoded><![CDATA[<p>Using CSS for columns is really easy.</p>
<p>.column { display: table-cell; }</p>
<p>Tables for layout are good. HTML table markup for layout is bad.</p>
<p>Now, if only IE supported CSS tables&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

