<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042606" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042606</link>
    <description></description>
    <language>en</language>
          <item>
    <title>thanks for your help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problems-css-2-different-text-links#comment-1236523</link>
    <description> &lt;p&gt;thanks for your help kazimmerman i have finally sorted it, it was me being an arse and not paying attention, as usual&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Dec 2008 15:42:40 +0000</pubDate>
 <dc:creator>urbanrays</dc:creator>
 <guid isPermaLink="false">comment 1236523 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>hi
I have created 2 classes</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problems-css-2-different-text-links#comment-1236522</link>
    <description> &lt;p&gt;hi&lt;br /&gt;
I have created 2 classes 1 called urbansmall the other urbanlarge this is the script in the head&lt;/p&gt;
&lt;p&gt;this is urbansmall css&lt;/p&gt;
&lt;p&gt;.urbansmall {&lt;br /&gt;
	font-family: Arial, Helvetica, sans-serif;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbansmall:link {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbansmall:visited {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbansmall:hover {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	color: #CEA974;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbansmall:active {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;this is urbanlarge&lt;/p&gt;
&lt;p&gt;.urbanlarge {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: large;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbanlarge:link {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: x-large;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbanlarge:visited {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: large;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbanlarge:hover {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: large;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: #EBC284;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
a.urbanlarge:active {&lt;br /&gt;
	font-family: &quot;Century Gothic&quot;;&lt;br /&gt;
	font-size: large;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	color: #FFFFFF;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;before i just had 2 css with no classnames in front of them&lt;br /&gt;
and when i place&lt;br /&gt;
a.urbansmall:hover etc&lt;br /&gt;
a.urbanlarge:hover etc&lt;br /&gt;
the 2 texts have now changed but as soon as i write the link in the urbanlarge goes blue with an underline&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Dec 2008 14:43:20 +0000</pubDate>
 <dc:creator>urbanrays</dc:creator>
 <guid isPermaLink="false">comment 1236522 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>It&#039;s hard to see what you&#039;re</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problems-css-2-different-text-links#comment-1236521</link>
    <description> &lt;p&gt;It&#039;s hard to see what you&#039;re doing wrong without a link or at least the CSS and HTML files you are working with, but, if I understand your problem, you would simply need to create different CSS classes for your different types of links.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a.linkStyleOne {&lt;br /&gt;&amp;nbsp; font-family: ...&lt;br /&gt;&amp;nbsp; font-size: ...&lt;br /&gt;&amp;nbsp; ...&lt;br /&gt;}&lt;br /&gt;a.linkStyleTwo {&lt;br /&gt;&amp;nbsp; font-family: ...&lt;br /&gt;&amp;nbsp; font-size: ...&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
And you would probably want to style the :hover element for each as well.  Additionally, you can avoid classes altogether by identifying the links directly by their container (is there an official name for that kind of construct?), like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div1 a {&lt;br /&gt;&amp;nbsp; font-family: ...&lt;br /&gt;&amp;nbsp; font-size: ...&lt;br /&gt;}&lt;br /&gt;div2 ul li a {&lt;br /&gt;&amp;nbsp; font-family: ...&lt;br /&gt;&amp;nbsp; font-size: ...&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Again, if this doesn&#039;t help please post a link to the page you&#039;re having trouble with or supply the CSS and HTML behind it so we can work a little more closely with it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Dec 2008 13:58:04 +0000</pubDate>
 <dc:creator>kazimmerman</dc:creator>
 <guid isPermaLink="false">comment 1236521 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
