<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Centering a table?</title>
		<link>http://en.forums.wordpress.com/topic/centering-a-table</link>
		<description>WordPress.com Forums &#187; Topic: Centering a table?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 15:52:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/centering-a-table" rel="self" type="application/rss+xml" />

		<item>
			<title>wpvstp on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242387</link>
			<pubDate>Fri, 29 Aug 2008 17:56:56 +0000</pubDate>
			<dc:creator>wpvstp</dc:creator>
			<guid isPermaLink="false">242387@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add pretty much all table code as shown in the examples here<br />
<a href="http://www.w3schools.com/html/html_tables.asp" rel="nofollow">http://www.w3schools.com/html/html_tables.asp</a><br />
But beware, if the table get's too sophisticated and you miss a tag here or there it can mess up the whole thing.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242386</link>
			<pubDate>Fri, 29 Aug 2008 17:53:12 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">242386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>panaghiotisadam,</p>
<p>Thank you. I got it!<br />
I got so inspired with the success that I even figured out how to add colors!
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242300</link>
			<pubDate>Fri, 29 Aug 2008 14:43:18 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">242300@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>html always makes me stupid. I was making it too complicated: it works perfectly.<br />
I'm making a table with data in the cells and only now read the original post. It's easier in WP to center 2 or more pictures without using a table:<br />
Insert pictures into the post with "align none" for each one. Once they are visible in the editor, select both pictures (highlight), then use the column alignment tool in the visual editor to center them. You may want to add space between the pictures by going back to "Advanced Settings" to add horizontal space between them.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242294</link>
			<pubDate>Fri, 29 Aug 2008 14:18:39 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">242294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@1tess: Perhaps you didn't apply wpvstp's suggestion correctly. Let me try to clarify: instead of<br />
<code>&lt;table&gt;</code><br />
in the beginning, you put<br />
<code>&lt;table align=&quot;center&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242289</link>
			<pubDate>Fri, 29 Aug 2008 14:05:43 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">242289@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, well. It doesn't seem to work. Likely I'm still doing something wrong.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242279</link>
			<pubDate>Fri, 29 Aug 2008 13:16:59 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">242279@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Serendipity! That's exactly what I wanted to know!<br />
Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>wpvstp on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242270</link>
			<pubDate>Fri, 29 Aug 2008 12:48:37 +0000</pubDate>
			<dc:creator>wpvstp</dc:creator>
			<guid isPermaLink="false">242270@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To center the whole table within the post:<br />
<code>&lt;table align=&quot;center&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;/tr&gt;&lt;/table&gt;</code><br />
To center the cell contents:<br />
<code>&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>johnrowley on "Centering a table?"</title>
			<link>http://en.forums.wordpress.com/topic/centering-a-table#post-242269</link>
			<pubDate>Fri, 29 Aug 2008 12:42:49 +0000</pubDate>
			<dc:creator>johnrowley</dc:creator>
			<guid isPermaLink="false">242269@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi guys,</p>
<p>I'm new here and previously to center to images side by side I would use a table like this,</p>
<p>&#60;center&#62;&#60;table&#62;<br />
      &#60;tr&#62;<br />
         &#60;td&#62;&#60;/td&#62;<br />
         &#60;td&#62;&#60;/td&#62;<br />
      &#60;/tr&#62;<br />
&#60;/table&#62;&#60;/center&#62;</p>
<p>However, this doesn't seem to work on WordPress.com. Is there a way around it?</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
