<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002822" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002822</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-link-properties#comment-1012466</link>
    <description> &lt;p&gt;Thanks John. I&#039;ll try it!&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt; &lt;a href=&quot;http://ArtsNFlies.com&quot; class=&quot;bb-url&quot;&gt;ArtsNFlies.com&lt;/a&gt; &lt;/strong&gt;&lt;br /&gt;
&quot;&lt;em&gt;It&#039;s not really a flyfishing shop, more like a Martha Stewart goes fishing thing!&lt;/em&gt;&quot;&lt;/p&gt;
&lt;p&gt;Original art, hand tied flies, unique books and gifts, &lt;em&gt;free&lt;/em&gt; sweepstakes and &lt;em&gt;&lt;strong&gt;MORE&lt;/strong&gt;&lt;/em&gt;!&lt;br /&gt;
&lt;strong&gt;Come see what everyone is talking about!&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jan 2000 14:18:00 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1012466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-link-properties#comment-1012465</link>
    <description> &lt;p&gt;You can place the style in-line- it is still a style sheet command but is placed in the HTML. I think that is what you are getting at:&lt;/p&gt;
&lt;p&gt;&amp;lt;A HREF=&quot;url&quot; style=&quot;text-decoration:none&quot;&amp;gt;Text&amp;lt;/A&amp;gt;&lt;/p&gt;
&lt;p&gt;That works for each link individually.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
John Pollock&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jan 2000 20:18:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1012465 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-link-properties#comment-1012464</link>
    <description> &lt;p&gt;Ali - Thanks. I was aware of that one. Just that someone told me it can also be done with plain HTML.&lt;/p&gt;
&lt;p&gt;Here&#039;s another question:&lt;/p&gt;
&lt;p&gt;I want to make a table and have the links in the table &lt;strong&gt;not&lt;/strong&gt; be underlined. But all the other links on the page can have an underline. How do I assign the style sheet to just that one table?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt; &lt;a href=&quot;http://ArtsNFlies.com&quot; class=&quot;bb-url&quot;&gt;ArtsNFlies.com&lt;/a&gt; &lt;/strong&gt;&lt;br /&gt;
&quot;&lt;em&gt;It&#039;s not really a flyfishing shop, more like a Martha Stewart goes fishing thing!&lt;/em&gt;&quot;&lt;/p&gt;
&lt;p&gt;Original art, hand tied flies, unique books and gifts, &lt;em&gt;free&lt;/em&gt; sweepstakes and &lt;em&gt;&lt;strong&gt;MORE&lt;/strong&gt;&lt;/em&gt;!&lt;br /&gt;
&lt;strong&gt;Come see what everyone is talking about!&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jan 2000 19:52:00 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1012464 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/changing-link-properties#comment-1012463</link>
    <description> &lt;p&gt;hi jaiem&lt;br /&gt;
i don&#039;t think there&#039;s a possibility without a style-sheet. but you can include the style-tags in your html-file, so you don&#039;t need an external css-file. do it like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
A{&lt;br /&gt;
	text-decoration : none;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;http://www.nab.ch&quot;&amp;gt;www.nab.ch&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;the &#039;A&#039; stands for a normal link without any further design-commands.&lt;/p&gt;
&lt;p&gt;isn&#039;t that difficult is it?&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jan 2000 09:27:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1012463 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
