<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>linking Cascading style sheets (CSS) per page. | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/</link>
  <description>A Scripting forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>12/03/10, 337 20 2010 2010:%i:1291404026 14:20:26</pubDate>
  <lastBuildDate>06/06/13, 157 20 2013 2013:%i:1370571617 22:20:17</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>Kyle Hardy said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3730</link>
    <description><![CDATA[Hi!<br />
<br />
I&#39;m working on my first live website but have run into a problem that I&#39;d really appreciate help with.<br />
<br />
I have created 2 cascading style sheets (one for the home page and the other I intend to use for most of the other pages) but I do not know how to tell dreamweaver which style sheets to load for which pages.<br />
<br />
Anyone know how to do this?<br />
<br />
Thanks for reading.]]></description>
    <pubDate>12/03/10, 337 20 2010 2010:%i:1291404026 14:20:26</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3730</guid>
   </item>
     <item>
    <title>Mike Crone said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3739</link>
    <description><![CDATA[You need to add a line to the header on each page telling it which style sheet to load.<br />
<br />
E.G.<br />
link href="mystyle.css" rel="stylesheet" type="text/css"<br />
<br />
Surround this with < & ><br />
<br />
Mike...]]></description>
    <pubDate>12/07/10, 341 11 2010 2010:%i:1291731099 09:11:39</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3739</guid>
   </item>
     <item>
    <title>Kyle Hardy said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3740</link>
    <description><![CDATA[<blockquote><strong>Mike Crone said:</strong> <br />
You need to add a line to the header on each page telling it which style sheet to load.<br />
<br />
E.G.<br />
link href="mystyle.css" rel="stylesheet" type="text/css"<br />
<br />
Surround this with &lt; &amp; &gt;<br />
<br />
Mike...</blockquote><br />
<br />
Thankyou kind sir! <img src="/images/emoticons/smile.png" class="smiley" />]]></description>
    <pubDate>12/07/10, 341 12 2010 2010:%i:1291749150 14:12:30</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p3740</guid>
   </item>
     <item>
    <title>Vishal Sharma said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8383</link>
    <description><![CDATA[It depend on you which stylesheet you add on which page and it does not depend upon dreamweaver.<br />
]]></description>
    <pubDate>02/23/12, 054 42 2012 2012:%i:1329979377 01:42:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8383</guid>
   </item>
     <item>
    <title>Kim Aurthur said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8405</link>
    <description><![CDATA[Use this one <br />
<br />
<br />
<br />
Place that code in homepage or your custom page to load the file you want.<br />
<br />
]]></description>
    <pubDate>03/10/12, 070 16 2012 2012:%i:1331360219 01:16:59</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8405</guid>
   </item>
     <item>
    <title>Mary  Rogers said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8453</link>
    <description><![CDATA[First you need to save both sheets with different name.It will help you when you place file name in external CSS code.<br />
<br />
]]></description>
    <pubDate>04/11/12, 102 07 2012 2012:%i:1334146056 08:07:36</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8453</guid>
   </item>
     <item>
    <title>Khan Bhatti said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8776</link>
    <description><![CDATA[Ya mike crone, has told the thing you asked, I wana mention one thing. That is create css files seperately for every website section.Like Header, footer, menus etc.<br />
It will be easy for you to link in your other pages.<br />
]]></description>
    <pubDate>06/30/12, 182 48 2012 2012:%i:1341092922 17:48:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8776</guid>
   </item>
     <item>
    <title>Suresh Gupta said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8970</link>
    <description><![CDATA[Hello ,<br />
<br />
First of all you need to save both sheets with different name.It will help you when you place file name in external CSS code. thanks<br />
<br />
<br />
<br />
<br />
<br />
------------------------<br />
<a href="http://www.aginfosoft.com/forum-posting-services/" class="external">forum posting</a> and <a href="http://www.aginfosoft.com/social-media-optimization-smo-services/" class="external">social media marketing</a>]]></description>
    <pubDate>09/08/12, 252 05 2012 2012:%i:1347159904 23:05:04</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/scripting/linking_cascading_style_sheets_css_per_page/#p8970</guid>
   </item>
   </channel>
</rss