No Underline Links (And CSS for Link-Styles)
From: PC (peterchristensen_at_lycos.com)
Date: 09/24/04
- Previous message: bam: "Re: FP as an editor only??"
- Messages sorted by: [ date ] [ thread ]
Date: 24 Sep 2004 04:19:44 -0700
I tried this way, with the style attribute for 'decoration' and
'color' in the <a> tag:
<p><a href="http://www.MyLink.org">
Here is my link</a></p>
<p><a href="http://www.MyLink.org"
style="text-decoration: none; color: #000000">
Here is my link</a></p>
It works fine. But I guess, that one should prefer to use either a
<style> declaration in the <head> part of the document, or maybe a
style-*** file 'Layout.css' for the entire document.
How could I declare this Link-Style for the <a> tag in a Style-***
(CSS-file)?
Rgds,
PC
- Previous message: bam: "Re: FP as an editor only??"
- Messages sorted by: [ date ] [ thread ]