<?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: need help with table styling</title>
		<link>http://www.kriesi.at/support/topic/need-help-with-table-styling</link>
		<description>Support Forum - Topic: need help with table styling</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 05:25:32 +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/need-help-with-table-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "need help with table styling"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-table-styling#post-16763</link>
			<pubDate>Mon, 11 Apr 2011 13:43:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalartcore on "need help with table styling"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-table-styling#post-16761</link>
			<pubDate>Mon, 11 Apr 2011 13:40:36 +0000</pubDate>
			<dc:creator>digitalartcore</dc:creator>
			<guid isPermaLink="false">16761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;br /&#62;
thanks for your quick response! This fixed it! Perfect!&#60;/p&#62;
&#60;p&#62;Frank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "need help with table styling"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-table-styling#post-16662</link>
			<pubDate>Sun, 10 Apr 2011 09:14:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the easiest solution would be to wrap the table into a div (i.e. like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;my-table&#38;quot;&#38;gt;

&#38;lt;table&#38;gt;
...
...

...
&#38;lt;/table&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then duplicate the table code and append .my-table like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.my-table td {
border-right: 1px solid #e1e1e1; / to none;
border-bottom: 1px solid #e1e1e1; / to none;
background: #fff;
color: #777;
}

.my-table table {
width: 100%; / add position:absolute; top:, left: etc.
padding: 0;
margin: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>digitalartcore on "need help with table styling"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-table-styling#post-16579</link>
			<pubDate>Fri, 08 Apr 2011 12:01:07 +0000</pubDate>
			<dc:creator>digitalartcore</dc:creator>
			<guid isPermaLink="false">16579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;br /&#62;
I have to define an extra style for a specific tabel. I had build a static site which looks like as your portfolio items.&#60;br /&#62;
I did this because of making it easier for me to use &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;. I was unable and  to lazy for hardcoding. That works&#60;br /&#62;
fine for me so far. So for whatever reason I used tables, but I want to get rid of the border-lines only of this tabel.&#60;/p&#62;
&#60;p&#62;Here is the link to my site: &#60;a href=&#34;http://digitalartcore.de/gtp/blog/&#34; rel=&#34;nofollow&#34;&#62;http://digitalartcore.de/gtp/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For now I changed in style1.css between line 480-485&#60;/p&#62;
&#60;p&#62;td {&#60;br /&#62;
	border-right: 1px solid #e1e1e1;          / to none;&#60;br /&#62;
	border-bottom: 1px solid #e1e1e1;      / to none;&#60;br /&#62;
	background: #fff;&#60;br /&#62;
	color: #777;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Of course this has an effect of all tables in the theme, but I just want to define it for one specific tabel. How can I make it simply?&#60;br /&#62;
Is it possible just to define over stylesheet or do I need to define a new class and how to do? I also want to adjust the position a&#60;br /&#62;
little bit.I tried it in style.css between line 1757-1762&#60;/p&#62;
&#60;p&#62;.entry table {&#60;br /&#62;
	width: 100%;       / add position:absolute; top:, left: etc.&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Has an effect of all tables (see above)!&#60;/p&#62;
&#60;p&#62;Thanks for your support in advanced!&#60;/p&#62;
&#60;p&#62;Kind Regards&#60;br /&#62;
Frank
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
