<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036683" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036683</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-getting-p-styles-work-href#comment-1211004</link>
    <description> &lt;p&gt;Ahh, I see! thank you. That was one of the things I was confused over with CSS. those types of differences. Back when I coded that site, CSS was very new to me. Thank you for the tip about how to redo it so that a class isnt needing to be defined for each .&lt;/p&gt;
&lt;p&gt;Saw all kinds of stuff like that in a template i was looking at, and boy that was confusing till I looked some of them up, like:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#buttons&amp;gt;ul#mainlevel-nav li a&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;When I first saw that, I was stumped HAHA. Slowly figured it out what it ment&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Nov 2006 20:21:36 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1211004 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-getting-p-styles-work-href#comment-1211002</link>
    <description> &lt;p&gt;It should be .bodycontent a (links within the bodycontent elements) not a.bodycontent (links with the bodycontent class applied). Even so, all the basic font information should transfer down with the .bodycontent class. Can we see an example of where this is happening?&lt;/p&gt;
&lt;p&gt;When you&#039;re structuring a page you should avoid having to ad a class to every p tag as well. In this case the CSS should be applied to an outer container or whatever is holding the paragraphs. So you might have this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;p class=&amp;quot;bodyContent&amp;quot;&amp;gt;Our graduate &amp;lt;a href=&amp;quot;#placement&amp;quot;&amp;gt;placement&amp;lt;/a&amp;gt; rate is 85% to 90% over the past five years.&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#bodyContent p {all styles here }&lt;br /&gt;#bodyContent p a:link {should inherit p styles above}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Nov 2006 20:01:31 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1211002 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
