Remove the Underline Links on a particular Webpage
Enter the following code into the HEAD section of your web page and the links will no longer be underlined.
<style type=”text/css”>
<!–
A:link {text-decoration:none}
A:visited {text-decoration:none}
–>
</style>
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL
