Make your links look nice without those underlines.
Tutorial Details:
CSS Remove Underlines from Links
It will remove all the underlines from your links in that particular page. To remove all underlines from your links throughout your website, better place it in your header file.
In addition to none, any of the following four constants can be put:
A:link {text-decoration: blink}
A:link {text-decoration: line-through}
A:link {text-decoration: overline}
A:link {text-decoration: underline}
Usually link, visited, active and hover are alltogether defined in one script.
|