|
Want to create a link without the underline?
As an example, let's take a common link like this one to
Flagstaff Central's Homepage and show you how it
works. |
| |
|
The underline feature is known as
text decoration. By simply adding a style
description code in the link you can remove the
underline feature |
|
| Flagstaff
Central |
The code for this standard link look like this:
<a href="http://www.flagstaffcentral.com">Flagstaff
Central</a> |
| |
| Flagstaff
Central |
The code line for the above link looks like this
(the additional code is highlighted):
<a href="http://www.flagstaffcentral.com"
style="text-decoration:none">Flagstaff
Central</a> |
|