<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2-Create-a-Website.Com &#124; How To Create a Website &#187; How to change table background</title>
	<atom:link href="http://www.2-create-a-website.com/tag/how-to-change-table-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:24:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Table Backgrounds</title>
		<link>http://www.2-create-a-website.com/how-to-change-table-backgrounds/</link>
		<comments>http://www.2-create-a-website.com/how-to-change-table-backgrounds/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 03:06:02 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Basic HTML]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[How to change table background]]></category>
		<category><![CDATA[How to create tables]]></category>
		<category><![CDATA[Table background html code]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=486</guid>
		<description><![CDATA[


 In this article I will explain how you can change your table backgrounds with the bgcolor tag.  It will be very short but I hope I will get my point through.
Example code:
 &#60;table border=&#8221;0&#8243;&#62; &#60;tbody&#62; &#60;tr bgcolor=&#8221;#ffff00&#8243;&#62; &#60;td&#62;This Row is Yellow!&#60;/td&#62; &#60;/tr&#62; &#60;tr bgcolor=&#8221;#808080&#8243;&#62; &#60;td&#62;This Row is Gray!&#60;/td&#62; &#60;/tr&#62; &#60;tr bgcolor=&#8221;#ff0000&#8243;&#62; &#60;td&#62;This Row is [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2970610913513858";
/* 336x280, created 3/8/10 */
google_ad_slot = "8166216068";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>In this article I will explain how you can change your table backgrounds with the bgcolor tag.  It will be very short but I hope I will get my point through.</p>
<p>Example code:</p>
<p><textarea cols="90" rows="6"> &lt;table border=&#8221;0&#8243;&gt; &lt;tbody&gt; &lt;tr bgcolor=&#8221;#ffff00&#8243;&gt; &lt;td&gt;This Row is Yellow!&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&#8221;#808080&#8243;&gt; &lt;td&gt;This Row is Gray!&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&#8221;#ff0000&#8243;&gt; &lt;td&gt;This Row is Red!&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&#8221;#0000ff&#8221;&gt; &lt;td&gt;This Row is Blue!&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&#8221;#ffc0cb&#8221;&gt; &lt;td&gt;This Row is Pink!&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&#8221;#00ff00&#8243;&gt; &lt;td&gt;This Row is Lime!&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt;</textarea></p>
<p>And here is how it will look:</p>
<table border="0">
<tbody>
<tr bgcolor="#ffff00">
<td>This Row is Yellow!</td>
</tr>
<tr bgcolor="#808080">
<td>This Row is Gray!</td>
</tr>
<tr bgcolor="#ff0000">
<td>This Row is Red!</td>
</tr>
<tr bgcolor="#0000ff">
<td>This Row is Blue!</td>
</tr>
<tr bgcolor="#ffc0cb">
<td>This Row is Pink!</td>
</tr>
<tr bgcolor="#00ff00">
<td>This Row is Lime!</td>
</tr>
</tbody>
</table>
<p>That is an basic table code with bgcolor tag applied to it.  You can easily figure out how I used it.  If this article is confusing for you please leave a comment and I will reply with my best!</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/how-to-change-table-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
