<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Adding tables</title>
		<link>http://www.themolitor.com/forums/topic/adding-tables</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Adding tables</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 04:00:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/adding-tables" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Adding tables"</title>
			<link>http://www.themolitor.com/forums/topic/adding-tables#post-26157</link>
			<pubDate>Tue, 07 Jan 2014 09:38:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26157@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! </p>
<p>Thanks for sharing your findings :-)</p>
<p>Hope you're enjoying the theme. </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>avf32 on "Adding tables"</title>
			<link>http://www.themolitor.com/forums/topic/adding-tables#post-26147</link>
			<pubDate>Mon, 06 Jan 2014 16:39:38 +0000</pubDate>
			<dc:creator>avf32</dc:creator>
			<guid isPermaLink="false">26147@http://www.themolitor.com/forums/</guid>
			<description><p>Just to add to the above, I stuck "width:50%" in both td.hd and td and that seemed to do the trick. No idea why the table-layout didn't work.</p>
<p>Rounded corners seem to work OK in tables. Yesterday they weren't coming out properly. But I ain't complaining if it looks right now!
</p></description>
		</item>
		<item>
			<title>avf32 on "Adding tables"</title>
			<link>http://www.themolitor.com/forums/topic/adding-tables#post-26145</link>
			<pubDate>Mon, 06 Jan 2014 15:43:24 +0000</pubDate>
			<dc:creator>avf32</dc:creator>
			<guid isPermaLink="false">26145@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>That worked a treat, bunged the below into the custom CSS:</p>
<pre><code>table{
	width: 100%
	border-collapse: separate;
	border-spacing: 10px 5px;
	text-align: center;
	table-layout: fixed;
}

tbody{
	background-color: #bfd2f0;
}

td.h{
	background-color: #a5c1ef;
	padding-top: 15px;
}

td{
	background-color: #bfd2f0;
	padding: 8px;
}</code></pre>
<p>Results here: <a href="http://angelviewfilm.com/wordpress/?menu=about-us&#038;panel=3" rel="nofollow">http://angelviewfilm.com/wordpress/?menu=about-us&#038;panel=3</a></p>
<p>So pretty close to the concept. Only thing is the "table-layout: fixed;" doesn't appear to be creating equal width columns. Before putting the code into the custom CSS I had that property as &#60;table style="table-layout:fixed;"&#62; and it worked OK.</p>
<p>I may try to create a table look but with [div] shortcodes. That way I can do rounded corners much easier than with a table I gather.</p>
<p>Cheers</p>
<p>Shahid
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Adding tables"</title>
			<link>http://www.themolitor.com/forums/topic/adding-tables#post-26131</link>
			<pubDate>Mon, 06 Jan 2014 11:16:33 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26131@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try adding it to the Custom CSS box on the Customize page (appearance &#62; customize).</p>
<p>Also, don't forget the closing bracket for that last style.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>avf32 on "Adding tables"</title>
			<link>http://www.themolitor.com/forums/topic/adding-tables#post-26108</link>
			<pubDate>Sun, 05 Jan 2014 18:31:27 +0000</pubDate>
			<dc:creator>avf32</dc:creator>
			<guid isPermaLink="false">26108@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there,</p>
<p>I want to add some tables but am having trouble formatting them. I want to go for something that looks like: <a href="http://www.angelviewfilm.com/advantages.png" rel="nofollow">http://www.angelviewfilm.com/advantages.png</a></p>
<p>So I added a few extra lines to the MISC: Stylesheet (style.css):</p>
<pre><code>table{
	width: 100%
	border-collapse: separate;
	border-spacing: 10px 0px;
}

td{
	background-color: #bfd2f0
	border-radius: 2px</code></pre>
<p>But the style isn't being applied when I do a test table:<br />
<pre><code>&#60;table&#62;
&#60;tr&#62;
&#60;th&#62;Some guy&#60;/th&#62;&#60;th&#62;AngelView&#60;/th&#62;
&#60;tr&#62;
&#60;td&#62;Nope&#60;/td&#62;&#60;td&#62;Yes!&#60;/td&#62;
&#60;/table&#62;</code></pre>
<p>Any thoughts? It's been a while since I've done CSS but I get the feeling that the style isn't being applied because there's a lower order style or something that's over riding the extra lines in style.css?</p>
<p>Cheers,</p>
<p>Bango
</p></description>
		</item>

	</channel>
</rss>
