<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026285" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026285</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158699</link>
    <description> &lt;p&gt;ah, I see what your saying, great, now I have to dig through a zillion lines of code &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Sep 2004 01:07:56 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1158699 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158696</link>
    <description> &lt;p&gt;IMO, it isn&#039;t the stylesheet. The selectors we&#039;ve shown you will work; you just have to apply the class to the links. The problem is that the links are generated by a script. You&#039;ll have to dig into the script to see if you can apply it there.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Sep 2004 00:37:25 +0000</pubDate>
 <dc:creator>AyntRyte</dc:creator>
 <guid isPermaLink="false">comment 1158696 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158688</link>
    <description> &lt;p&gt;Nope, still doesn&#039;t work, could there be something else in the style sheet that is making it have an underline?&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 23:37:36 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1158688 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158687</link>
    <description> &lt;p&gt;Bad syntax. Corrected:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.adtext {&lt;br /&gt;&amp;nbsp; margin-left: 3px;&lt;br /&gt;&amp;nbsp; line-height: 11pt;&lt;br /&gt;&amp;nbsp; font-family: verdana;&lt;br /&gt;&amp;nbsp; font-weight: bold;&lt;br /&gt;&amp;nbsp; font-size: 10px;&lt;br /&gt;&amp;nbsp; color: #145587;&lt;br /&gt;&amp;nbsp; text-align: left;&lt;br /&gt;}&lt;br /&gt;.adtext:link {text-decoration:none;}&lt;br /&gt;.adtext:visited {text-decoration:none;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I&#039;m not sure about those last two; I think only &quot;a&quot; can have those pseudo-selectors. But that&#039;s valid syntax there. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 23:34:47 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1158687 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158683</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.adtext {margin-left: 3px; line-height: 11pt;font-family: verdana; font-weight: bold; font-size: 10px; color: #145587; text-align: left; link: {text-decoration:none;} visited: {text-decoration:none;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;um, it still doesn&#039;t work? Is the code right?&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 23:06:04 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1158683 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158680</link>
    <description> &lt;p&gt;Yeah, I noticed that thing in Firefox too, I can&#039;t figure out what&#039;s wrong with it. &lt;/p&gt;
&lt;p&gt;Thanks for the help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 22:38:15 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1158680 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help#comment-1158679</link>
    <description> &lt;p&gt;Add new link selectors. Doctor as necessary.&lt;/p&gt;
&lt;p&gt;A:link.adtext {text-decoration: none}&lt;br /&gt;
A:visited.adtext {text-decoration: none}&lt;br /&gt;
A:hover.adtext {text-decoration: none}&lt;br /&gt;
A:active.adtext {text-decoration: none}&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;adtext&quot; but this may have to be written into the script&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Sep 2004 22:35:30 +0000</pubDate>
 <dc:creator>AyntRyte</dc:creator>
 <guid isPermaLink="false">comment 1158679 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
