<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 11:11 am</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 11:11 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>Re: how do I add a background color to the entire page?</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52543#52543</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=21018'&gt;Jetsam4996&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 12, 2009 3:23 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      The older way is still used, and that is to replace your opening &amp;lt;body&amp;gt; tag with this:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;body bgcolor=#000000&amp;quot;&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
and then just place the Hex code of your choice into it.&lt;br /&gt;
&lt;br /&gt;
-Sam</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=52543#52543</comments>
                                        <author>Jetsam4996</author>
                                        <pubDate>Sun Jul 12, 2009 3:23 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=52543#52543</guid>
                                      </item>
                                      <item>
                                        <title>Re: how do I add a background color to the entire page?</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51975#51975</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jun 21, 2009 11:16 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You can get color codes &lt;a href=&quot;http://www.w3schools.com/tags/ref_colornames.asp&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
Then add this background rule to your body style in the stylesheet&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;body &amp;#123;&lt;br /&gt;
width&amp;#58;1000px;&lt;br /&gt;
margin&amp;#58;0 auto 0 auto;&lt;br /&gt;
background&amp;#58;#98FB98;&lt;br /&gt;
&amp;#125;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Replace the hex code 98FB98 with the hex code for the color you want.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51975#51975</comments>
                                        <author>sticks464</author>
                                        <pubDate>Sun Jun 21, 2009 11:16 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51975#51975</guid>
                                      </item>
                                      <item>
                                        <title>how do I add a background color to the entire page?</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51973#51973</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26322'&gt;mattyp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jun 21, 2009 4:08 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi,&lt;br /&gt;
&lt;br /&gt;
I would like to add a light green background color to  my entire web page.  &lt;a href=&quot;http://www.mixmygranola.com&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;www.mixmygranola.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Matt</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=51973#51973</comments>
                                        <author>mattyp</author>
                                        <pubDate>Sun Jun 21, 2009 4:08 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=51973#51973</guid>
                                      </item></channel></rss>