<?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: Get it now: WP-Table Reloaded 1.5</title>
	<atom:link href="http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/</link>
	<description>Website of Tobias Bäthge.</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:47:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: marathons</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-3017</link>
		<dc:creator>marathons</dc:creator>
		<pubDate>Thu, 22 Apr 2010 00:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-3017</guid>
		<description>Hope you get some donations for this one. Took a piece of work!</description>
		<content:encoded><![CDATA[<p>Hope you get some donations for this one. Took a piece of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-1795</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-1795</guid>
		<description>Hi Jack,

that&#039;s easy. Just click the checkbox of the second of the two rows. Then under the table edit fields, you&#039;ll see &quot;Selected Rows: Insert row&quot;. If you click that button, an empty row will be inserted before every row that has a checked checkbox.

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi Jack,</p>
<p>that&#8217;s easy. Just click the checkbox of the second of the two rows. Then under the table edit fields, you&#8217;ll see &#8220;Selected Rows: Insert row&#8221;. If you click that button, an empty row will be inserted before every row that has a checked checkbox.</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-1793</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 07 Jan 2010 17:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-1793</guid>
		<description>Hey,

Thanks for the update.
I&#039;m also needing your help:

How can I add a row in between two other rows without using the &quot;moving&quot; command?

Best</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks for the update.<br />
I&#8217;m also needing your help:</p>
<p>How can I add a row in between two other rows without using the &#8220;moving&#8221; command?</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-1623</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 22 Dec 2009 19:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-1623</guid>
		<description>Hi,

thanks for your comment.

Those commands are correct, but you need to apply them to a table (or all tables) by putting them into a CSS selector.
Just modify your CSS to:
&lt;pre lang=&quot;css&quot;&gt;
.wp-table-reloaded-id-N td {
 font-size: 22px;
 background-color: #324210;
 font-weight: bold;
 border: 0;
}
&lt;/pre&gt;
(N needs to be adjusted to the ID of your table. You can also apply this CSS to all tables, by using &lt;code&gt;.wp-table-reloaded&lt;/code&gt; instead of &lt;code&gt;.wp-table-reloaded-id-N&lt;/code&gt;.)

Hope this helps!

Best wishes,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for your comment.</p>
<p>Those commands are correct, but you need to apply them to a table (or all tables) by putting them into a CSS selector.<br />
Just modify your CSS to:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.wp-table-reloaded-id-N</span> td <span style="color: #00AA00;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">22px</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#324210</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>(N needs to be adjusted to the ID of your table. You can also apply this CSS to all tables, by using <code>.wp-table-reloaded</code> instead of <code>.wp-table-reloaded-id-N</code>.)</p>
<p>Hope this helps!</p>
<p>Best wishes,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-1622</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-1622</guid>
		<description>Hi,

thanks for a great plugin... Trying to understand how it works... When I fill in CSS commands in the box, nothing happens? Are these not the right commands:?

&lt;pre lang=&quot;css&quot;&gt;
font-size: 22px;
background-color: #324210;
font-weight: bold;
border: 0;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for a great plugin&#8230; Trying to understand how it works&#8230; When I fill in CSS commands in the box, nothing happens? Are these not the right commands:?</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">22px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#324210</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tobias.baethge.com/2009/12/get-it-now-wp-table-reloaded-1-5/comment-page-1/#comment-1617</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=595#comment-1617</guid>
		<description>Hello Tobias,

Thanks for you fine work on this plugin, I have used it for about the last six months. I also made a donation some time back because I feel it&#039;s only fair to reward someone for their efforts.

I have never had a problem in the past with your plugin, that is until installing your recent update. 

I am running WordPress 2.8.6.

If you have the time, can you look at this page?
http://fineestateliquidation.com/research-antiques/

When I navigate between letters I experience slow load times.

I greatly appreciate any help you can give me.

Thanks
Martin</description>
		<content:encoded><![CDATA[<p>Hello Tobias,</p>
<p>Thanks for you fine work on this plugin, I have used it for about the last six months. I also made a donation some time back because I feel it&#8217;s only fair to reward someone for their efforts.</p>
<p>I have never had a problem in the past with your plugin, that is until installing your recent update. </p>
<p>I am running WordPress 2.8.6.</p>
<p>If you have the time, can you look at this page?<br />
<a href="http://fineestateliquidation.com/research-antiques/" rel="external">http://fineestateliquidation.com/research-antiques/</a></p>
<p>When I navigate between letters I experience slow load times.</p>
<p>I greatly appreciate any help you can give me.</p>
<p>Thanks<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
