<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: dreamweaver not so dreamy</title>
      <link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy/</link>
      <description>Comments on Ask MetaFilter post dreamweaver not so dreamy</description>
	  	  <pubDate>Wed, 30 May 2007 12:43:13 -0800</pubDate>
      <lastBuildDate>Wed, 30 May 2007 12:43:13 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: dreamweaver not so dreamy</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy</link>	
  	<description>Dreamweaver question...

I want some of the links on a page to be one color, and the rest of the links be a different color. Setting the link colors in page properties makes ALL links the same color. Is there a way to make links of different colors? Maybe by over-riding the page properties in a specific section of the page? Or separating the page props some how? 

thanks...
novice</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.63703</guid>
  	<pubDate>Wed, 30 May 2007 12:22:43 -0800</pubDate>
  	<dc:creator>hazel</dc:creator>
	
	<category>dreamweaver</category>
	
	<category>page</category>
	
	<category>properties</category>
	
	<category>links</category>
	
</item>
<item>
  	<title>By: waterlily</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy#958530</link>	
  	<description>You can do this with CSS.  I don&apos;t have any dreamweaver-specific advice but there&apos;s a little tutorial &lt;a href=&quot;http://www.developertutorials.com/tutorials/css/different-link-colors-css-050531/page1.html&quot;&gt;here&lt;/a&gt;, if you&apos;re comfortable editing html.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63703-958530</guid>
  	<pubDate>Wed, 30 May 2007 12:43:13 -0800</pubDate>
  	<dc:creator>waterlily</dc:creator>
</item>
<item>
  	<title>By: adamrice</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy#958554</link>	
  	<description>Yeah, this is easy with CSS. Something like this&lt;br&gt;
&lt;br&gt;
a:link {color: #900;}&lt;br&gt;
a.special:link {color: #090;}&lt;br&gt;
&lt;br&gt;
You&apos;d then code the links you wanted to appear in the special color as &amp;lt;a href=&amp;quot;whatever&amp;quot; class=&amp;quot;special&amp;quot;&amp;gt;foo&amp;lt;/a&amp;gt;&lt;br&gt;
&lt;br&gt;
If you&apos;ve got the page structured so that only links within one block have a special color, you&apos;d wrap that section in something like &amp;lt;div class=&amp;quot;special&amp;quot;&amp;gt; and use the css&lt;br&gt;
&lt;br&gt;
a:link {color: #900;}&lt;br&gt;
div.special a:link {color: #090;}</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63703-958554</guid>
  	<pubDate>Wed, 30 May 2007 12:56:16 -0800</pubDate>
  	<dc:creator>adamrice</dc:creator>
</item>
<item>
  	<title>By: Meagan</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy#958555</link>	
  	<description>&lt;a href=&quot;http://www.ssi-developer.net/css/link-colours.shtml&quot;&gt;Here&apos;s another tutorial&lt;/a&gt;, which seems to be just a tad easier than waterlily&apos;s link.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63703-958555</guid>
  	<pubDate>Wed, 30 May 2007 12:56:57 -0800</pubDate>
  	<dc:creator>Meagan</dc:creator>
</item>
<item>
  	<title>By: The Deej</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy#958710</link>	
  	<description>Yep, that&apos;s the way to do it! But I thought I better stop in, just in case you needed my confirmation. :)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63703-958710</guid>
  	<pubDate>Wed, 30 May 2007 15:26:21 -0800</pubDate>
  	<dc:creator>The Deej</dc:creator>
</item>
<item>
  	<title>By: hazel</title>
  	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy#961164</link>	
  	<description>Thanks...I also found a couple of more tutorials (since y&apos;all gave me a term I could search): &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.projectseven.com/tutorials/css/pseudoclasses/page2.htm&quot;&gt;this one&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.thepattysite.com/linkstyles1.cfm&quot;&gt;and another&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
new lingo I have learned: &amp;quot;pseudo classes&amp;quot; and &amp;quot;container styles&amp;quot;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63703-961164</guid>
  	<pubDate>Fri, 01 Jun 2007 15:40:15 -0800</pubDate>
  	<dc:creator>hazel</dc:creator>
</item>

    </channel>
</rss>
