<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>CSS Headings | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>01/02/04, 002 54 2004 2004:%i:1073048058 07:54:18</pubDate>
  <lastBuildDate>06/07/13, 158 19 2013 2013:%i:1370596796 05:19:56</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Mattman  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p48</link>
    <description><![CDATA[I want a set of headings but in different colours. I have tried making h1, h2, h3 etc different colours but the same font size. This very quickly uses up the headings and I'm not sure that it is the best way to go. How should I be doing this?<br /><br />TIA Matt]]></description>
    <pubDate>01/02/04, 002 54 2004 2004:%i:1073048058 07:54:18</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p48</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p49</link>
    <description><![CDATA[Matt, you can change the definitions for any heading that is inside another div. &nbsp;For instance, if you had two columns called #column1 and #column2, each column can have separate h3 (for instance) definitions. Simply specify them as, say<br /><br />#column1 h3 { colour: red; font-size: 1em}<br />#column2 h3 { colour: blue; font-size: 1em }<br /><br />Or you could create definitions for coloured headings such as<br /><br />#greentype h2 { color: #2f2; font-size: 12px }<br />#purpletype h2 { color: #90c; font-size: 12px }<br /><br />#greentype h3 { color: #3f3; font-size: 10px }<br />#purpletype h3 { color: #90c; font-size: 10px }<br /><br />&lt;div id=&quot;purpletype&quot;&gt;&lt;h3&gt;this is purple h3&lt;/h3&gt;&lt;/div&gt;<br />&lt;div id=&quot;greentype&quot;&gt;&lt;h2&gt;this is green h3&lt;/h2&gt;&lt;/div&gt;<br /><br />Note that I've used IDs and not Classes to make sure each one is unique.]]></description>
    <pubDate>01/02/04, 002 42 2004 2004:%i:1073050938 08:42:18</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p49</guid>
   </item>
     <item>
    <title>Streamer  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p50</link>
    <description><![CDATA[why not do this:<br /><code><br />.h3 { font-size: 10px }<br />.purple { color: #90c; } <br />.green { color: #90c; } <br /><br />&lt;h3 class=&quot;purple&quot;&gt;this is purple h3&lt;/h3&gt;<br />&lt;h3 class=&quot;green&quot;&gt;this is green h3&lt;/h3&gt;<br /></code>]]></description>
    <pubDate>01/05/04, 005 50 2004 2004:%i:1073317849 10:50:49</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p50</guid>
   </item>
     <item>
    <title>Dennis  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p51</link>
    <description><![CDATA[You know, I am *definately* a web newbie. When going to get my degree in art, one of the requirements was to make a webpage via html. I did it too- with flying colors. Shortly after that, they started to make WYSIWYG html editors. I bought Dreamweaver, did some very simple stuff. My career in print media took off. Now that I am venturing into a partnership- I am looking into web media again. Those editors for html have some along way. Looks as if I will only be learning the tip of the iceburg and will leave the web media for the firm in one of their hands. I am grateful I found this mecca for designers for web page design. The captain seems to have it *very* well together. Kudos and Thank you.]]></description>
    <pubDate>01/05/04, 005 01 2004 2004:%i:1073318517 11:01:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p51</guid>
   </item>
     <item>
    <title>Suzanne  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p52</link>
    <description><![CDATA[<blockquote><strong>streamer said:</strong><br />
why not do this:</blockquote><br /><br />I think the example with the ids is simplified, but realistically you would have a &lt;div&gt; for each section of the web page, instead of classes through out. This helps keep the markup as clean as possible.<br /><br />It looks a little overdone for the purposes of this example, but if you think of it as:<br /><br />&lt;h1&gt;Page Title&lt;/h1&gt;<br /><br />&lt;div id=&quot;news&quot;&gt;<br />&lt;h2&gt;News Section Title&lt;/h2&gt;<br /><br />&lt;h3&gt;News Item&lt;/h3&gt;<br /><br />&lt;p&gt;News item details&lt;/p&gt;<br />&lt;p&gt;News item details&lt;/p&gt;<br />&lt;p&gt;News item details&lt;/p&gt;<br /><br />&lt;h3&gt;News Item&lt;/h3&gt;<br /><br />&lt;p&gt;News item details&lt;/p&gt;<br />&lt;p&gt;News item details&lt;/p&gt;<br />&lt;p&gt;News item details&lt;/p&gt;<br />&lt;/div&gt;<br /><br />You can see that using classes would be more complicated and involve more duplication. <br /><br />hth,<br /><br /><img src="/images/emoticons/smile.png" class="smiley" /> S]]></description>
    <pubDate>01/05/04, 005 20 2004 2004:%i:1073319648 11:20:48</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p52</guid>
   </item>
     <item>
    <title>Vladimir  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p53</link>
    <description><![CDATA[I would use classes for simple webpages without DIVs. For more complex pages with DIVs, I would prefer IDs combined with tag definitions to get more precise styling.]]></description>
    <pubDate>01/06/04, 006 48 2004 2004:%i:1073432903 18:48:23</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p53</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p54</link>
    <description><![CDATA[Use the force luke!<br /><br />er, sorry, i meant <b>use the cascade</b>!<br /><br />CSS is made for styling text with minimum code added the HTML.<br />Usiang classes everywhere is amature and how wysiwyg editors do it.]]></description>
    <pubDate>02/14/04, 045 01 2004 2004:%i:1076810502 21:01:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/css_headings/#p54</guid>
   </item>
   </channel>
</rss