<?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: Force hide borders on pages.</title>
		<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages</link>
		<description>Support Forum - Topic: Force hide borders on pages.</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 21:25:29 +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/force-hide-borders-on-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28765</link>
			<pubDate>Thu, 06 Oct 2011 06:12:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ellina37 on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28679</link>
			<pubDate>Wed, 05 Oct 2011 13:37:30 +0000</pubDate>
			<dc:creator>Ellina37</dc:creator>
			<guid isPermaLink="false">28679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Interesting, will have a look, thank u! I simply created multiple divs specifying background colours and stacked several tables instead of using one. As I only needed either different coloured rows or columns, i.e. not individual cells, I could wrap them in divs. Oh yeah, and added transparency to your code for all tables so that coloured divs 'show through'. Me thinks this is probably a female roundabout way, but it worked :)&#60;br /&#62;
Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28586</link>
			<pubDate>Tue, 04 Oct 2011 14:41:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great - yes it's a bit tricky to style individual cells but you can use the style attribute or css classes: &#60;a href=&#34;http://www.w3schools.com/tags/tag_table.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/tags/tag_table.asp&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ellina37 on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28532</link>
			<pubDate>Mon, 03 Oct 2011 18:16:21 +0000</pubDate>
			<dc:creator>Ellina37</dc:creator>
			<guid isPermaLink="false">28532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah, it does, thank you :) Got a few limitations (i.e. doesn't allow different cell colours) but I worked around it. Many thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28096</link>
			<pubDate>Wed, 28 Sep 2011 16:10:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hope it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ellina37 on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28092</link>
			<pubDate>Wed, 28 Sep 2011 14:34:10 +0000</pubDate>
			<dc:creator>Ellina37</dc:creator>
			<guid isPermaLink="false">28092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Clever, thank you :) Will give it a try. Not sure why table border=&#34;0&#34; doesn't work but will try ur solution. Thanks again.&#60;br /&#62;
E.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28086</link>
			<pubDate>Wed, 28 Sep 2011 14:21:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
basically you can remove the borders by using following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;td:first-child {
    border-left: none;
}

td {
    border-bottom: none;
    border-right: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd suggest to wrap your &#34;borderless&#34; table in a div (with a specific class) so that you can use tables with and without borders.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ellina37 on "Force hide borders on pages."</title>
			<link>http://www.kriesi.at/support/topic/force-hide-borders-on-pages#post-28065</link>
			<pubDate>Wed, 28 Sep 2011 12:17:43 +0000</pubDate>
			<dc:creator>Ellina37</dc:creator>
			<guid isPermaLink="false">28065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I thinks this is important.&#60;br /&#62;
Shortcodes for columns/tables are an amazing feature but is somewhat limiting, especially when it comes to inserting horizontal dividers.&#60;br /&#62;
Unfortunately if a simple table is added as html on a page like here &#60;a href=&#34;http://contactnovak.thenovakagency.com.au/make-an-appointment/&#34; rel=&#34;nofollow&#34;&#62;http://contactnovak.thenovakagency.com.au/make-an-appointment/&#60;/a&#62; it forces all the borders to show up.&#60;br /&#62;
They are set to 0 in the code and work just fine with say Newscast or as is.&#60;br /&#62;
How do I force them to hide please?&#60;br /&#62;
Thank u!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
