<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'CSS not recognizing id's' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'CSS not recognizing id's' posted on the 'HTML &amp; WEB-Design' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 05:06:02 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 05:06:02 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>CSS not recognizing id's</title>
      <link>http://www.programmersheaven.com/mb/html/429211/429211/css-not-recognizing-ids/</link>
      <description>So I am pretty new to html and css, and I'm am trying to do a simple id using div, but when I do something in the css file nothing changes.&lt;br /&gt;
&lt;br /&gt;
HTML&lt;br /&gt;
&lt;pre class="sourcecode"&gt;&amp;lt;!doctype html&amp;gt;

&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;link rel="stylesheet" type="text/css" href="main.css"/&amp;gt;

&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;

&amp;lt;div id="Page-Container"&amp;gt; 
Hello world
&amp;lt;/div&amp;gt;



&amp;lt;/body&amp;gt;


&amp;lt;/html&amp;gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
CSS&lt;br /&gt;
&lt;pre class="sourcecode"&gt;#page-container {
	background: red;
}&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Text still comes out with no red background.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/html/429211/429211/css-not-recognizing-ids/</guid>
      <pubDate>Wed, 15 Aug 2012 04:13:53 -0700</pubDate>
      <category>HTML &amp; WEB-Design</category>
    </item>
  </channel>
</rss>