Technote 10002 - Removing underlines from links
Many web sites, do not display links an underline on links. This is very simple
to do in your own projects.
Creating the Style Sheet
If you do not already have a style sheet in your project, see TechNote
10001 for details on how to create one.
Opening the Style Sheet
In order to setup your default font and font size you must edit the style
sheet you have applied to your topics. See Technote
10003 for details on how to open your style sheet.
Creating a style
We are now going to create a style which will apply to all links. The way
we do this is by creating a style which will customize the link tag (a)
- In the CSS editor select the Insert|Style menu command.
- In the dialog, expand the tag list.

- Select the a tag.

- Click OK.
Setting Style Properties
Now that we have setup our style, we can now setup the properties (i.e: removing
the underline) to be associated with our style.
- Click the
button on the toolbar or click with the secondary mouse button on the style
and click Properties.
- Select Style from the list of available properties, if it is not already
selected.

- From the list of available attributes, scroll down until you find text-decoration.
Click on it and then click the drop down button beside it to select none.

- Save our style sheet by using the File|Save menu command.
- We have now created our style! If you re-open any pages using this
style sheet you will find that your links will have changed!