<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037824" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037824</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216560</link>
    <description> &lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Mar 2007 18:45:02 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1216560 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216507</link>
    <description> &lt;p&gt;And don&#039;t forget w3c.org for some of the basics... And A List A part for some additional specialized css needs... Also check out TWF&#039;s own A Padded Cell for more info in the future...&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Mar 2007 01:13:36 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1216507 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216498</link>
    <description> &lt;p&gt;This article might help with CSS inheritance:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webdesignfromscratch.com/css-inheritance-cascade.cfm&quot; class=&quot;bb-url&quot;&gt;http://www.webdesignfromscratch.com/css-inheritance-cascade.cfm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Roger Johansson (an HTML/CSS/accessibility expert) just recommended &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1590597656/456bereastree-20&quot; class=&quot;bb-url&quot;&gt;HTML Mastry&lt;/a&gt; as a good site on HTML. &lt;a href=&quot;http://www.htmldog.com/&quot; class=&quot;bb-url&quot;&gt;HTML Dog&lt;/a&gt; is also a good site.&lt;/p&gt;
&lt;p&gt;Honestly, I think there is a shortage of solid resources for webmasters at this level. That&#039;s why we built &lt;a href=&quot;http://www.apaddedcell.com&quot; class=&quot;bb-url&quot;&gt;A Padded Cell.&lt;/a&gt; Keep reading the forums too, and make sure you always &lt;a href=&quot;http://www.validator.w3.org&quot; class=&quot;bb-url&quot;&gt;validate&lt;/a&gt; your code. Validation errors can teach you a lot.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 20:14:38 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216496</link>
    <description> &lt;p&gt;Ma&#039;am I need to polish my HTML, CSS, PHP, MySQL and C++.&lt;br /&gt;
Can you please tell me books that I can buy to read. Or a cheaper way for example some good websites!!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 19:51:44 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1216496 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216495</link>
    <description> &lt;p&gt;I&#039;m glad you appreciate the help! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 19:41:08 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216495 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216494</link>
    <description> &lt;p&gt;Man You Are Awesome!!! I have become a big fan of you!!! Thanks a lot for helping. God Bless You!!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 19:36:57 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1216494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216493</link>
    <description> &lt;p&gt;ID&#039;s are for unique items. That is, things that only appear once on a page. You have done this correctly above. Classes are for things that appear multiple times on a page. So all you need to do is to ask yourself if this item will ever appear on the page more than once. If yes, use a class. If no, use an ID.&lt;/p&gt;
&lt;p&gt;In the example you posted above, you&#039;re not quite right in assuming that the font-family will carry down. Those properties will only apply to paragraphs marked with those class names. So if the paragraph with class=&quot;xyz&quot; does not also have class=&quot;main&quot; then it will not have the font-family applied. You could have something like this though:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.main p {font-family: verdana}&lt;br /&gt;p.xyz {font-size: 14px:}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;This paragraph will be 14px, Verdana:&lt;/p&gt;
&lt;p&gt;This is the paragraph&lt;/p&gt;
&lt;p&gt;This paragraph will be 14px, but not verdana:&lt;/p&gt;
&lt;p&gt;This is the paragraph&lt;/p&gt;
&lt;p&gt;The CSS will work exactly the same way whether you use id or class. The CSS is always carried down the chain of elements in the document structure, unless it is reset by other CSS. It sounds like you could use some resources on how inheritance works. I&#039;ll see what I can find.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 19:31:18 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216493 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216492</link>
    <description> &lt;p&gt;thanks for the relpy.. sure you can use it!!! I am pleased with your honesty!!! but please do remove the images or change them. I don&#039;t need any credit.. its all for you... just do me a favour.. i have some problems in css please tell me the answers.. &lt;/p&gt;
&lt;p&gt;the first one is that can you please tell me the key and detailed difference between ID and Class... where class should be used and where id should be used!!! and which one of them carries values from previous attributes(for example if i use&lt;/p&gt;
&lt;p&gt;    p.main {font-size: 12px; font-family: verdana;} &lt;/p&gt;
&lt;p&gt;when i later in code use &lt;/p&gt;
&lt;p&gt;   p.xyz {font-size: 14px}&lt;/p&gt;
&lt;p&gt; now i did not write font-family, so the value of the font-family will be picked from  p.main. is this example correct. if yes, then for which one, for id or class)&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 19:24:04 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1216492 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216490</link>
    <description> &lt;p&gt;This just gave me an idea for an article on &lt;a href=&quot;http://www.apaddedcell.com&quot; class=&quot;bb-url&quot;&gt;A Padded Cell&lt;/a&gt; -  can I use your code as an example to illustrate what could happen if you don&#039;t have a doctype??&lt;/p&gt;
&lt;p&gt;Let me know if that&#039;s okay with you - I have a copy saved from when I was trying to solve the problem. I could replace those images ir block out the site name if you want. I&#039;ll make sure you get credit in the article.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 17:59:08 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216490 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/urget-help-need-css-tableless-design#comment-1216487</link>
    <description> &lt;p&gt;Interesting solution on this one. Want to know what it is? No doctype. That&#039;s all. So IE was rendering the page in quirks mode. Put in a doctype and (almost) all is well.&lt;/p&gt;
&lt;p&gt;The remaining problem is that the content area is still too far down. The problem there is your margin-top on your contents div. IE doesn&#039;t need that. What you need there instead is a clear: both for Opera and Firefox (you were using the margin to move the content box down when the real problem was that the floats on the header div&#039;s weren&#039;t clearing).&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Mar 2007 16:40:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1216487 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
