FrontPage 98 Tips
How Do I Get Rid Of Underlines For Links?
As an HTML author, you can make links appear without underlined text using the STYLE tag. You do this by turning off text decoration for anchor elements. An example of the syntax is:
<STYLE>
<!--
A:link{text-decoration:none
}
-->
</STYLE>
You may want to have some tags that format the text used for links other than the STYLE tag since many browsers don't support the STYLE attribute (Internet Explorer, Netscape and Oprah Do). There are many examples of CSS Style tags throughout this site and on our many other websites.
Copyright (C)
1998-1999 The Active Network. All rights reserved.
Please click here for
full terms of use and restrictions.