<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Display and table shortcodes</title>
		<link>http://www.kriesi.at/support/topic/display-and-table-shortcodes</link>
		<description>Support Forum - Topic: Display and table shortcodes</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 06:02:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/display-and-table-shortcodes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Display and table shortcodes"</title>
			<link>http://www.kriesi.at/support/topic/display-and-table-shortcodes#post-77215</link>
			<pubDate>Tue, 25 Sep 2012 07:07:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I hope the plugins will help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>takismastrog on "Display and table shortcodes"</title>
			<link>http://www.kriesi.at/support/topic/display-and-table-shortcodes#post-77102</link>
			<pubDate>Mon, 24 Sep 2012 10:54:18 +0000</pubDate>
			<dc:creator>takismastrog</dc:creator>
			<guid isPermaLink="false">77102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Peter!&#60;br /&#62;
Thank you very much for your quick response.I 'll try your suggestions.&#60;br /&#62;
You are professionals!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display and table shortcodes"</title>
			<link>http://www.kriesi.at/support/topic/display-and-table-shortcodes#post-77046</link>
			<pubDate>Mon, 24 Sep 2012 05:10:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, Display doesn't provide the necessary css code for tables. You can use plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-table-reloaded/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-table-reloaded/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/pricing-table/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/pricing-table/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>takismastrog on "Display and table shortcodes"</title>
			<link>http://www.kriesi.at/support/topic/display-and-table-shortcodes#post-76933</link>
			<pubDate>Sat, 22 Sep 2012 19:25:57 +0000</pubDate>
			<dc:creator>takismastrog</dc:creator>
			<guid isPermaLink="false">76933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello guys!&#60;br /&#62;
I need your help to create a beautiful table.&#60;br /&#62;
For example i put this code to the html editor but i don't take the result that i want (colour,borders ) i think i have to do something with css but what????? Sorry for that but i am at the very begging. Thank you&#60;/p&#62;
&#60;p&#62;&#38;lt;table&#38;gt;&#60;br /&#62;
&#38;lt;thead&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Prodesset&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Ornatus&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Interesset&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Comprehensam&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/thead&#38;gt;&#60;br /&#62;
&#38;lt;tfoot&#38;gt;&#60;br /&#62;
    &#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;td&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;/tfoot&#38;gt;&#60;br /&#62;
&#38;lt;tbody&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Eam hinc&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Prompta oportere&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Deterruisset&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Lorem ipsum&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Appellantur&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Ornatus&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Interesset&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Scripserit&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Prodesset&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Aeterno&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Homero&#38;lt;/td&#38;gt;&#60;br /&#62;
    &#38;lt;td&#38;gt;Eam hinc&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
