|
Here’s a CSS <STYLE> tag for removing the underline under links. Place this in the “Between Head Tags” field of the frame which has the content you want to remove the underlining from:
|
<style> <!-- /* This code courtesy of Website Abstraction at www.wsabstract.com */ a{text-decoration:none} // --> </style>
|
|
... you can tell that this code is implemented on this page, as all the links are orange but not underlined.
Thanks to Team NetObjects member Dallas Lewis <dallas@railwaystreet.com.au>
|