<?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; Tag: tables - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/tables</link>
		<description>WordPress.com Forums &#187; Tag: tables - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 03:29:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/tables" rel="self" type="application/rss+xml" />

		<item>
			<title>kraftbj on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1260249</link>
			<pubDate>Thu, 09 May 2013 04:03:07 +0000</pubDate>
			<dc:creator>kraftbj</dc:creator>
			<guid isPermaLink="false">1260249@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Happy to do it. Sometimes it's all about a second set of eyes!
</p>
]]></description>
					</item>
		<item>
			<title>rzamenhof on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1260238</link>
			<pubDate>Thu, 09 May 2013 03:43:31 +0000</pubDate>
			<dc:creator>rzamenhof</dc:creator>
			<guid isPermaLink="false">1260238@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Jeez, why didn't I see that! Thank you so much for your help!</p>
<p>Robert
</p>
]]></description>
					</item>
		<item>
			<title>kraftbj on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1260223</link>
			<pubDate>Thu, 09 May 2013 03:10:17 +0000</pubDate>
			<dc:creator>kraftbj</dc:creator>
			<guid isPermaLink="false">1260223@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, I can see that now.</p>
<p>What's happening is that the table's width isn't the full width of your content area, so the next paragraph is wrapping ("floating") next to it.</p>
<p>You can resolve this (without the eight paragraph breaks!) by using the <a href="http://en.support.wordpress.com/editors/#text-editor">Text Editor</a> and modifying the HTML code that creates the table from:<br />
<code>&lt;table width=&quot;412&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;&gt;</code><br />
to either<br />
<code>&lt;table width=&quot;100%&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;left&quot;&gt;</code><br />
or<br />
<code>&lt;table width=&quot;412&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;</code></p>
<p>The first example widens the table to the full space, making the paragraphs after it drop below it. The second removes the left alignment, which would make the paragraphs drop below too.</p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>rzamenhof on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1260212</link>
			<pubDate>Thu, 09 May 2013 02:43:07 +0000</pubDate>
			<dc:creator>rzamenhof</dc:creator>
			<guid isPermaLink="false">1260212@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much for replying! I still have the problem, although I found a workaround. By trial and error I did 8 "returns" after the table, and as you see, that made the paragraph starting with "Summary" just clear the bottom of the table by about 1 line!
</p>
]]></description>
					</item>
		<item>
			<title>kraftbj on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1260204</link>
			<pubDate>Thu, 09 May 2013 02:36:14 +0000</pubDate>
			<dc:creator>kraftbj</dc:creator>
			<guid isPermaLink="false">1260204@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Sorry for the delay in responding. The post looks good to me. Are you still having this issue or has it been resolved?</p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>rzamenhof on "Formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-problem-4#post-1257027</link>
			<pubDate>Mon, 06 May 2013 07:02:49 +0000</pubDate>
			<dc:creator>rzamenhof</dc:creator>
			<guid isPermaLink="false">1257027@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One of my 7 posts, titled "How Dangerous is Radiation?, has a formatting error that I can't fix whatever I try. The paragraph of text following the second table on the page starts about 4 lines too high. Could you fix this for me?</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1248927</link>
			<pubDate>Tue, 30 Apr 2013 16:49:21 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1248927@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My tutorial explains how to remove the borders as well as how to change the padding as well as correct the <em>vertical alignment</em>.<br />
So, for starters, your opening table tag should be just this:<br />
<code>&lt;table style=&quot;border:none;&quot;&gt;</code><br />
and each opening td tag should be:<br />
<code>&lt;td style=&quot;vertical-align:middle;border:none;&quot;&gt;</code></p>
<p>You also need to remove all of these:<br />
<code>&lt;br /&gt;</code><br />
all of these:<br />
<code>width=&quot;50&quot; height=&quot;50&quot;</code><br />
all of these:<br />
<code>&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;</code><br />
and all of these:<br />
<code>&lt;/a&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>foxcleaners on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1242233</link>
			<pubDate>Thu, 25 Apr 2013 15:12:40 +0000</pubDate>
			<dc:creator>foxcleaners</dc:creator>
			<guid isPermaLink="false">1242233@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your replays guys,<br />
I can try to create table on my main site,and then cut and paste to my blog.There another problem with the tables.When i create table with TinyMCE Advanced  ( i made one with 5 rows and 2 columns),the images in the first column had different padding then the text in second column.The table looks awful.In the text editor looks very nice,but when i publish and save changes - looks completely different...You can see for your self here: <a href="http://foxcleaners.co.uk/carpet-cleaning-london/">http://foxcleaners.co.uk/carpet-cleaning-london/</a> ( the table with tick boxes images)<br />
Here is the code: <code>&lt;table style=&quot;width: 268px; height: 284px;&quot; border=&quot;0&quot;&gt;&lt;br /&gt;
&lt;tbody&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;&lt;img class=&quot;alignnone size-full wp-image-1612&quot; title=&quot;tick box&quot; src=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;Full insurance&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;&lt;img title=&quot;tick box&quot; src=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;Well trainded stuff&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;&lt;img title=&quot;tick box&quot; src=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;24 7 service&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;&lt;img title=&quot;tick box&quot; src=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;Eco frindly products&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;tr&gt;&lt;br /&gt;
&lt;td&gt;&lt;a href=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot;&gt;&lt;img title=&quot;tick box&quot; src=&quot;http://foxcleaners.co.uk/wp-content/uploads/2012/10/tick-box.jpg&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;
&lt;td&gt;Fixed prices&lt;/td&gt;&lt;br /&gt;
&lt;/tr&gt;&lt;br /&gt;
&lt;/tbody&gt;&lt;br /&gt;
&lt;/table&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1242137</link>
			<pubDate>Thu, 25 Apr 2013 13:57:19 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1242137@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One other thing to consider is that if you have duplicate content on multiple blogs you are harming your own search engine optimization.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1242136</link>
			<pubDate>Thu, 25 Apr 2013 13:55:28 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1242136@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just to be clear, there are different kinds of WordPress.<br />
<a href="http://en.support.wordpress.com/com-vs-org/" rel="nofollow">http://en.support.wordpress.com/com-vs-org/</a></p>
<p>You can probably copy the html for the table on your "powered by WordPress (.org)" site to paste into your WordPress.com site.</p>
<p>If you have pictures in the table you may want to change that part of the code so they are uploaded to your wp.com library and linked from there.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1242120</link>
			<pubDate>Thu, 25 Apr 2013 13:46:29 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1242120@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On wordpress.com blogs we cannot install plugins.<br />
To create tables you need coding in the "Text" editor. You can study my tutorial:<br />
<a href="http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/" rel="nofollow">http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/</a>
</p>
]]></description>
					</item>
		<item>
			<title>foxcleaners on "Can&#039;t make tables in my blog"</title>
			<link>http://en.forums.wordpress.com/topic/cant-make-tables-in-my-blog#post-1242078</link>
			<pubDate>Thu, 25 Apr 2013 13:00:21 +0000</pubDate>
			<dc:creator>foxcleaners</dc:creator>
			<guid isPermaLink="false">1242078@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Wp's,<br />
I made an official blog of my site here: <a href="http://foxcleaners.wordpress.com">foxcleaners.wordpress.com</a>.<br />
The blog is still under development and i have many things to do,but i can't find a way to create tables to style my blog.On my main site (which is also powered by WordPress)  site <a href="http://foxcleaners.co.uk">foxcleaners.co.uk</a> i have installed a plugin called TinyMCE Advanced but on the blog dashboard i can't find the plugin link to install it.Am i missing something?I will be very greatfull if you offer me a solution.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Visual Creation of Tables"</title>
			<link>http://en.forums.wordpress.com/topic/visual-creation-of-tables#post-1239526</link>
			<pubDate>Wed, 24 Apr 2013 00:51:33 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1239526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Or my WP-specific table tutorial:<br />
<a href="http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/" rel="nofollow">http://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Visual Creation of Tables"</title>
			<link>http://en.forums.wordpress.com/topic/visual-creation-of-tables#post-1239516</link>
			<pubDate>Wed, 24 Apr 2013 00:46:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1239516@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you tried using the tablemaker in Windows Live Writer?  <a href="http://en.support.wordpress.com/xml-rpc/windows-live-writer/" rel="nofollow">http://en.support.wordpress.com/xml-rpc/windows-live-writer/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ianjacobs on "Visual Creation of Tables"</title>
			<link>http://en.forums.wordpress.com/topic/visual-creation-of-tables#post-1237950</link>
			<pubDate>Tue, 23 Apr 2013 11:17:55 +0000</pubDate>
			<dc:creator>ianjacobs</dc:creator>
			<guid isPermaLink="false">1237950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>My only critique of WordPress.com is the lack of functionality to create tables within the visual post tab. I know that it is possible to create tables by coding in HTML - but I have yet to create something pleasing to the eye using this method.</p>
<p>As I am an academic researcher, the presentation of data and results is key to the aims of my blog and while it remains very easy to upload image files - I would like to extend this ease to tables.</p>
<p>I hope many more of you would like to see this feature!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Help with table layout?"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-table-layout#post-1215158</link>
			<pubDate>Tue, 09 Apr 2013 02:27:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1215158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To show us a screenshot, you upload it to your blog via Media &#62; Add New, click Edit, copy the <em>File URL</em> from the Save module, paste the URL here.
</p>
]]></description>
					</item>
		<item>
			<title>bekah23 on "Help with table layout?"</title>
			<link>http://en.forums.wordpress.com/topic/help-with-table-layout#post-1215128</link>
			<pubDate>Tue, 09 Apr 2013 01:46:41 +0000</pubDate>
			<dc:creator>bekah23</dc:creator>
			<guid isPermaLink="false">1215128@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi There. </p>
<p>I have had someone help create this website for me, and Iv just been re-writing some of the text and moving it around. </p>
<p>On two of my pages, there is some tables (facials and eyelash extensions). Im trying to set it up with a bold title and then directly underneath have the description of the service. This is only working on a few areas.... the rest have a space between (if i back space, it just jump back onto the same line) </p>
<p>I took a screen photo of what Im trying to do, but dont know how/if I can upload it.... but you should be able to see what I mean if you look on the page... </p>
<p>Does anyone know whats going on? and can you help me please?! :)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Placing pictures in tables"</title>
			<link>http://en.forums.wordpress.com/topic/placing-pictures-in-tables#post-1207159</link>
			<pubDate>Wed, 03 Apr 2013 12:13:37 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1207159@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@craiglimpo: As I said above, the issue on seandodson's table is the <em>vertical</em> alignment, not the horizontal alignment.<br />
Plus your source is bad. The tag you suggested should be:<br />
<code>&lt;img class=&quot;alignright&quot; src=&quot;IMAGE URL HERE&quot; alt=&quot;DESCRIPTION HERE&quot; /&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>craiglimpo on "Placing pictures in tables"</title>
			<link>http://en.forums.wordpress.com/topic/placing-pictures-in-tables#post-1207045</link>
			<pubDate>Wed, 03 Apr 2013 09:15:47 +0000</pubDate>
			<dc:creator>craiglimpo</dc:creator>
			<guid isPermaLink="false">1207045@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do like this</p>
<p> &#60;img src="picture1.png" align="RIGHT"&#62; </p>
<p>full source</p>
<p><a href="http://www.corelangs.com/html/images/border-align.html" rel="nofollow">http://www.corelangs.com/html/images/border-align.html</a></p>
<p>craig.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Placing pictures in tables"</title>
			<link>http://en.forums.wordpress.com/topic/placing-pictures-in-tables#post-1205723</link>
			<pubDate>Tue, 02 Apr 2013 15:50:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1205723@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is happening because of the default vertical alignment of images. You need to turn all of these:<br />
<code>&lt;td&gt;</code><br />
to:<br />
<code>&lt;td style=&quot;vertical-align:top;&quot;&gt;</code></p>
<p>You also need to turn this:<br />
<code>&lt;table border=&quot;1&quot;&gt;</code><br />
to just:<br />
<code>&lt;table&gt;</code><br />
(The border attribute, as well as several other table attributes you'll find in table tutorials or table generators, is outdated coding that doesn't work on newer themes. Newer themes have a default styling for tables, which may or may not include borders, and changing this requires a different approach.)
</p>
]]></description>
					</item>
		<item>
			<title>seandodson on "Placing pictures in tables"</title>
			<link>http://en.forums.wordpress.com/topic/placing-pictures-in-tables#post-1205668</link>
			<pubDate>Tue, 02 Apr 2013 15:28:04 +0000</pubDate>
			<dc:creator>seandodson</dc:creator>
			<guid isPermaLink="false">1205668@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I run a class of undergraduate students in online journalism. Last week we began experimenting with HTML tables and several of the group came up with issues. The plan was to create a two-column table with the text in the left-hand column and image in the right-hand column. </p>
<p>One issue is that while the image fits nicely in the right hand column, the text is badly affected in the left, and aligns to the bottom of the cell</p>
<p>See here: <a href="http://helenclarke823.wordpress.com/2013/03/18/the-independent-cafe-scene-in-headingley/" rel="nofollow">http://helenclarke823.wordpress.com/2013/03/18/the-independent-cafe-scene-in-headingley/</a></p>
<p>Is there a small bit of code we can add to the table to stop the text behaving so?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Creating a list and aligning texts?"</title>
			<link>http://en.forums.wordpress.com/topic/creating-a-list-and-aligning-texts#post-1159425</link>
			<pubDate>Thu, 21 Feb 2013 22:55:22 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1159425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Opening td tags:<br />
<code>&lt;td style=&quot;text-align:center;border:none;&quot;&gt;</code><br />
Opening table tag:<br />
<code>&lt;table style=&quot;width:50%;margin:0 auto 22px;border:none;&quot;&gt;</code><br />
Naturally you can change the percentage to adjust the width. (If you make it very narrow, you'll also have to modify the default padding of each td).
</p>
]]></description>
					</item>
		<item>
			<title>mattws on "Creating a list and aligning texts?"</title>
			<link>http://en.forums.wordpress.com/topic/creating-a-list-and-aligning-texts#post-1159254</link>
			<pubDate>Thu, 21 Feb 2013 20:52:12 +0000</pubDate>
			<dc:creator>mattws</dc:creator>
			<guid isPermaLink="false">1159254@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Basically no borders, narrower so it's not taking up the whole width of the page, and centered.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Creating a list and aligning texts?"</title>
			<link>http://en.forums.wordpress.com/topic/creating-a-list-and-aligning-texts#post-1158878</link>
			<pubDate>Thu, 21 Feb 2013 14:16:05 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1158878@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, you do need a table, because that's what tables are designed for: rows and columns of data. The problem is that tables in most new themes have a default styling that may or may not suit a particular case. But you can override the defaults by using additional coding in the so-called Text editor. So tell us how exactly you'd like your table to look: no borders plus what? narrower table? if so, where should the table be - center or left?
</p>
]]></description>
					</item>
		<item>
			<title>mattws on "Creating a list and aligning texts?"</title>
			<link>http://en.forums.wordpress.com/topic/creating-a-list-and-aligning-texts#post-1158697</link>
			<pubDate>Thu, 21 Feb 2013 05:17:10 +0000</pubDate>
			<dc:creator>mattws</dc:creator>
			<guid isPermaLink="false">1158697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having some trouble aligning text in a three column list on my wordpress blog.  So far the only way I've found to make my text is aligned is to use a table.  </p>
<p>You can see it here:<br />
<a href="http://yourlivingbody.com/2013/02/17/welcome-to-zinc/" rel="nofollow">http://yourlivingbody.com/2013/02/17/welcome-to-zinc/</a></p>
<p>So, I finally got the text aligned in table because just putting the text in on the blog template wouldn't keep it aligned.  However, I hate tables.  The borders are just plain ugly.  Also, as you can see there are places in my list where no text is required and now there's just a blank box.  Can't I just make a simple plain list and have the rows be aligned!?
</p>
]]></description>
					</item>
		<item>
			<title>clansky on "Table alignment in new theme"</title>
			<link>http://en.forums.wordpress.com/topic/table-alignment-in-new-theme#post-1157097</link>
			<pubDate>Tue, 19 Feb 2013 14:46:24 +0000</pubDate>
			<dc:creator>clansky</dc:creator>
			<guid isPermaLink="false">1157097@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is fantastic - it solved the problem. Thank you so much for your help! I really appreciate it.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Table alignment in new theme"</title>
			<link>http://en.forums.wordpress.com/topic/table-alignment-in-new-theme#post-1157046</link>
			<pubDate>Tue, 19 Feb 2013 13:14:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1157046@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I took a closer look at your question, and I found the following CSS when previewing <a href="http://dailywrag.com/" rel="nofollow">http://dailywrag.com/</a> with the Minimum theme.</p>
<pre><code>.entry-content table {
	font-size: 14px;
	margin: 0 0 20px 0;
	text-align: left;
	width: 100%;
}</code></pre>
<p>So in this case, the 100% width for the table is probably the main issue. To counter that using a CSS update on the Appearance &#8594; Custom Design &#8594; CSS editor, you could add a rule like this:</p>
<pre><code>.entry-content table {
	width: auto;
}</code></pre>
<p>Please post back if you still need help switching themes. You might like the magazine filter in the theme showcase:<br />
<a href="http://theme.wordpress.com/themes/subjects/magazine/" rel="nofollow">http://theme.wordpress.com/themes/subjects/magazine/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Table alignment in new theme"</title>
			<link>http://en.forums.wordpress.com/topic/table-alignment-in-new-theme#post-1152371</link>
			<pubDate>Thu, 14 Feb 2013 02:53:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It depends on the CSS for the new theme you pick. What you would need to do is either switch themes, or view the preview and try to work through that or even look at the new theme's CSS stylesheet directly, to find what CSS rules are causing the tables to look different and then add new CSS rules to adjust the look to what you want after the theme has been activated.</p>
<p>I'm pretty certain you would be able to figure it out, it's just a matter of figuring out the right CSS rules based on whatever theme you pick.
</p>
]]></description>
					</item>
		<item>
			<title>clansky on "Table alignment in new theme"</title>
			<link>http://en.forums.wordpress.com/topic/table-alignment-in-new-theme#post-1141354</link>
			<pubDate>Fri, 01 Feb 2013 21:19:50 +0000</pubDate>
			<dc:creator>clansky</dc:creator>
			<guid isPermaLink="false">1141354@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd like to upgrade our blog to a new theme - maybe Minimum or something similar. We put our images in HTML tables to manage the alignment for Feedburner. </p>
<p>In the live preview of many themes, our tables end up on their own rows rather than aligned properly with the text.  Does anyone know how to fix that using CSS? I want to avoid purchasing a theme until I know it will work for us.</p>
<p>Thanks for your help. I appreciate it.
</p>
]]></description>
					</item>
		<item>
			<title>jphowy on "How to create tables in wordpress.com?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-create-tables-in-wordpresscom#post-1138690</link>
			<pubDate>Wed, 30 Jan 2013 12:13:51 +0000</pubDate>
			<dc:creator>jphowy</dc:creator>
			<guid isPermaLink="false">1138690@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I also vote for a simple HTML editor and tables, etc. :-)
</p>
]]></description>
					</item>

	</channel>
</rss>
