<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Table background not colored?</title>
		<link>http://en.forums.wordpress.com/topic/table-background-not-colored</link>
		<description>WordPress.com Forums &#187; Topic: Table background not colored?</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 06:31:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/table-background-not-colored" rel="self" type="application/rss+xml" />

		<item>
			<title>panaghiotisadam on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701484</link>
			<pubDate>Mon, 19 Sep 2011 20:45:47 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">701484@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Depends on the theme. If you need it, you write:<br />
<code>&lt;table style=&quot;width:100%;border:2px solid #HEX;&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>morteniversen82 on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701475</link>
			<pubDate>Mon, 19 Sep 2011 20:36:18 +0000</pubDate>
			<dc:creator>morteniversen82</dc:creator>
			<guid isPermaLink="false">701475@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thx, IM not a coder. Found the one I'm using on a forum</p>
<p>But what if I change theme later. Still no need for 100%?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701340</link>
			<pubDate>Mon, 19 Sep 2011 17:56:12 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">701340@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You'll have better control if you use hex color codes instead of basic color names. And you're using outdated coding; these things don't work:<br />
<code>width=&quot;100%&quot; border=&quot;2&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;</code><br />
Your table should be like that:<br />
<pre><code>&lt;table style=&quot;border:2px solid #HEX;&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align:center;background-color:#HEX;&quot;&gt;
CONTENT HERE
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</code></pre>
<p>Replace HEX with the colors you prefer. Good palettes here:<br />
<a href="http://www.december.com/html/spec/color.html" rel="nofollow">http://www.december.com/html/spec/color.html</a></p>
<p>If you wish to change the padding, you must add it to the td style.<br />
Specifying a 100% width is superfluous, as it's the default in the theme you're using.
</p>
]]></description>
					</item>
		<item>
			<title>morteniversen82 on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701305</link>
			<pubDate>Mon, 19 Sep 2011 17:36:53 +0000</pubDate>
			<dc:creator>morteniversen82</dc:creator>
			<guid isPermaLink="false">701305@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It works - thanks.
</p>
]]></description>
					</item>
		<item>
			<title>morteniversen82 on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701232</link>
			<pubDate>Mon, 19 Sep 2011 15:56:33 +0000</pubDate>
			<dc:creator>morteniversen82</dc:creator>
			<guid isPermaLink="false">701232@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ill try that. Thanks
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701116</link>
			<pubDate>Mon, 19 Sep 2011 13:17:44 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">701116@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Instead of this:<br />
<code>&lt;td style=&quot;text-align:center;&quot; bgcolor=&quot;orange&quot;&gt;</code><br />
use this:<br />
<code>&lt;td style=&quot;text-align:center;background-color:orange;&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>morteniversen82 on "Table background not colored?"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-not-colored#post-701055</link>
			<pubDate>Mon, 19 Sep 2011 11:46:46 +0000</pubDate>
			<dc:creator>morteniversen82</dc:creator>
			<guid isPermaLink="false">701055@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, my blog is <a href="http://www.mandmigop.dk" rel="nofollow">http://www.mandmigop.dk</a></p>
<p>I use a pice of code for getting my visitors to subscribe, it's a table. (se it at the top here <a href="http://mandmigop.dk/2011/09/12/sig-fra/" rel="nofollow">http://mandmigop.dk/2011/09/12/sig-fra/</a>)</p>
<p>In my html I set the background color for orange, in my editor its orange... on my blog it's white... why? Can I fix it?</p>
<p>/Morten
</p>
]]></description>
					</item>

	</channel>
</rss>
