<?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: Generating HTML Tables with a Variable Number of Columns and Rows</title>
	<atom:link href="http://www.toppa.com/2008/generating-html-tables-with-a-variable-number-of-columns-and-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toppa.com/2008/generating-html-tables-with-a-variable-number-of-columns-and-rows/</link>
	<description>Mike Toppa's Blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:15:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Pat W</title>
		<link>http://www.toppa.com/2008/generating-html-tables-with-a-variable-number-of-columns-and-rows/#comment-4926</link>
		<dc:creator>Pat W</dc:creator>
		<pubDate>Thu, 06 Mar 2008 15:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/technobabble/php/generating-html-tables-with-a-variable-number-of-columns-and-rows#comment-4926</guid>
		<description>It would work with widths but you do have to add some logic to insert padding to even out the heights unfortunately.

It looks much simpler thought ;)</description>
		<content:encoded><![CDATA[<p>It would work with widths but you do have to add some logic to insert padding to even out the heights unfortunately.</p>
<p>It looks much simpler thought <img src='http://www.toppa.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.toppa.com/2008/generating-html-tables-with-a-variable-number-of-columns-and-rows/#comment-4925</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 Mar 2008 15:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/technobabble/php/generating-html-tables-with-a-variable-number-of-columns-and-rows#comment-4925</guid>
		<description>But does that work when the heights and widths of the images vary? (e.g. some portrait, some landscape). Long live tables! ;-)</description>
		<content:encoded><![CDATA[<p>But does that work when the heights and widths of the images vary? (e.g. some portrait, some landscape). Long live tables! <img src='http://www.toppa.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat W</title>
		<link>http://www.toppa.com/2008/generating-html-tables-with-a-variable-number-of-columns-and-rows/#comment-4924</link>
		<dc:creator>Pat W</dc:creator>
		<pubDate>Wed, 05 Mar 2008 15:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.toppa.com/technobabble/php/generating-html-tables-with-a-variable-number-of-columns-and-rows#comment-4924</guid>
		<description>Wrap images in a div.

div {
   float:left;
   padding:0 5%;
}

Increase the side padding to have fewer images per row.  :)</description>
		<content:encoded><![CDATA[<p>Wrap images in a div.</p>
<p>div {<br />
   float:left;<br />
   padding:0 5%;<br />
}</p>
<p>Increase the side padding to have fewer images per row.  <img src='http://www.toppa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

