<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016622" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016622</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/underline-link-problem#comment-1096545</link>
    <description> &lt;p&gt;Thats fantastic - will get to work on that first thing tomorrow - I have achy eyes now!&lt;br /&gt;
Thanks a lot,&lt;br /&gt;
Purrrr !!!!!&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Dec 2001 16:10:38 +0000</pubDate>
 <dc:creator>Kitten</dc:creator>
 <guid isPermaLink="false">comment 1096545 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/underline-link-problem#comment-1096542</link>
    <description> &lt;p&gt;To do this you need to use css (cascading style sheets) this tells the page what different elements should look like &amp;amp; how to behave. For what you want to do you need to put the following code within the HEAD tags:&lt;/p&gt;
&lt;p&gt;You can do all sorts of things using css and there are plenty of tutorial sites out there to read but &lt;a href=&quot;http://hotwired.lycos.com/webmonkey/authoring/stylesheets&quot; class=&quot;bb-url&quot;&gt;here&#039;s one&lt;/a&gt; to get you started.&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Dec 2001 16:06:20 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1096542 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/underline-link-problem#comment-1096541</link>
    <description> &lt;p&gt;Dear Kitten,&lt;/p&gt;
&lt;p&gt;you can do this using a style sheet.&lt;/p&gt;
&lt;p&gt;In your HTML your links are &lt;A&gt; elements.  (anchors I think!)&lt;br /&gt;
In the style sheet you can set all &lt;a&gt; elements properties using a declairation such as :&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A {text-decoration: none; }&lt;/p&gt;
&lt;p&gt;This would make all of the links on your page plain.&lt;/p&gt;
&lt;p&gt;If you haven&#039;t used a style sheet before, the simplest way of including one is to put at the top of each page :  (inside the HEAD element)&lt;/p&gt;
&lt;p&gt;But it is far neater and more pleasing to use one style sheet for all of your pages and link to it:&lt;/p&gt;
&lt;p&gt;and then write a text file yourfilename.css which just includes your declaration&lt;/p&gt;
&lt;p&gt;A {text-decoration: none; }&lt;/p&gt;
&lt;p&gt;There are loads of good web pages to help you get started with CSS if it&#039;s new to you.&lt;/p&gt;
&lt;p&gt;One thing to beware of - most web users expect links to be underlined, so take care that they can still easily work out where your links are.&lt;/p&gt;
&lt;p&gt;Best of luck!&lt;br /&gt;
Robin&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Dec 2001 16:05:27 +0000</pubDate>
 <dc:creator>elanbob</dc:creator>
 <guid isPermaLink="false">comment 1096541 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
