Yes this is quite easy. Within your anchor tag (<a> include a little info for the style property. A sample follows:<br><br><FONT FACE=monospace><a href=" <A HREF="
If you use stylesheets you need only code it once.<br><br>Create a .css files, then set up your link settings within it like so:<br><br><FONT FACE=monospace>a:link<br>{color: #0066FF;<br>text-decoration: none}<br><br>a:active<br>{color: #00CCFF;<br>text-decoration: none}<br><br>a:visited<br>{color: #0066FF;<br>text-decoration: none}<br><br>a:hover<br>{color: #FF3300;<br>text-decoration: underline}</font><br><br>Then link to the .css from your pages like so:<br><br><FONT FACE=monospace><link rel="stylesheet" href="yourstylesheet.css"></font><br><br>Then all your links will appear without underlines using just:<br><br><FONT FACE=monospace><a href="somewhere.htm">hello</a></font><br> <p>ahdkaw<br><a href=mailto:ahdkaw@sensibilium.com>ahdkaw@sensibilium.com</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.