<?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: Table Styling</title>
		<link>http://www.kriesi.at/support/topic/table-styling</link>
		<description>Support Forum - Topic: Table Styling</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 21:10:40 +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/table-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Table Styling"</title>
			<link>http://www.kriesi.at/support/topic/table-styling#post-29972</link>
			<pubDate>Thu, 20 Oct 2011 08:30:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No - there's no table shortcode (at least for now).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peerbits on "Table Styling"</title>
			<link>http://www.kriesi.at/support/topic/table-styling#post-29967</link>
			<pubDate>Thu, 20 Oct 2011 07:29:58 +0000</pubDate>
			<dc:creator>peerbits</dc:creator>
			<guid isPermaLink="false">29967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can you let me know if there is shortcode in broadscope?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Table Styling"</title>
			<link>http://www.kriesi.at/support/topic/table-styling#post-14058</link>
			<pubDate>Sun, 06 Mar 2011 12:39:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
CleanCut doesn't offer a table shortcode at the moment. The demo page uses following html sample code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2&#38;gt;Table Styling&#38;lt;/h2&#38;gt;
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
&#38;lt;table id=&#38;quot;mytable&#38;quot; cellspacing=&#38;quot;0&#38;quot; summary=&#38;quot;The technical specifications of the Apple PowerMac G5 series&#38;quot;&#38;gt;&#38;lt;caption&#38;gt;Table 1: Apple Product specs &#38;lt;/caption&#38;gt;
&#38;lt;tbody&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th class=&#38;quot;nobg&#38;quot; scope=&#38;quot;col&#38;quot;&#38;gt;Product:&#38;lt;/th&#38;gt;
&#38;lt;th scope=&#38;quot;col&#38;quot;&#38;gt;iPhone 3GS&#38;lt;/th&#38;gt;
&#38;lt;th scope=&#38;quot;col&#38;quot;&#38;gt;iPad&#38;lt;/th&#38;gt;
&#38;lt;th scope=&#38;quot;col&#38;quot;&#38;gt;iPod Nano&#38;lt;/th&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th class=&#38;quot;spec&#38;quot; scope=&#38;quot;row&#38;quot;&#38;gt;Version&#38;lt;/th&#38;gt;
&#38;lt;td&#38;gt;3rd Generation build&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;1st Generation build&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;27th Generation build&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th class=&#38;quot;specalt&#38;quot; scope=&#38;quot;row&#38;quot;&#38;gt;Multitouch&#38;lt;/th&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;Yes&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;Yes&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;No&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th class=&#38;quot;spec&#38;quot; scope=&#38;quot;row&#38;quot;&#38;gt;Video&#38;lt;/th&#38;gt;
&#38;lt;td&#38;gt;Yes - doesnt play flash content&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Yes - doesnt play content&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Yes - does play any content&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;th class=&#38;quot;specalt&#38;quot; scope=&#38;quot;row&#38;quot;&#38;gt;Release Date&#38;lt;/th&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;Nov. 2009&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;Mai. 2010&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;alt&#38;quot;&#38;gt;Jun. 2010&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/tbody&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trimassage on "Table Styling"</title>
			<link>http://www.kriesi.at/support/topic/table-styling#post-14039</link>
			<pubDate>Sun, 06 Mar 2011 05:12:30 +0000</pubDate>
			<dc:creator>trimassage</dc:creator>
			<guid isPermaLink="false">14039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Kriesi,&#60;br /&#62;
      How do I use the table styling that you used here &#60;a href=&#34;http://themeforest.net/item/cleancut-business-and-portfolio-wordpress-theme/full_screen_preview/109677?clickthrough_id=18911637&#38;amp;redirect_back=true&#38;amp;ref=Kriesi&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/cleancut-business-and-portfolio-wordpress-theme/full_screen_preview/109677?clickthrough_id=18911637&#38;amp;redirect_back=true&#38;amp;ref=Kriesi&#60;/a&#62; ? Is there a button or short code? Thanks for a great theme, Im using clean cut, and my website is &#60;a href=&#34;http://www.gaitanalysisonline.com&#34; rel=&#34;nofollow&#34;&#62;http://www.gaitanalysisonline.com&#60;/a&#62; cheers. -Josh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
