kajoo
11-15-2007, 06:39 AM
to remove underlines of hyperlink in html by any method
Julio M
11-15-2007, 06:40 AM
Paste this into a .html file and open it with your browser.
<style>
a {
text-decoration:none;
}
</style>
<html>
<a href="yourpage.asp">Link with no underline decoration</a>
</html>
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.