Underline of hyperlink

N

news

<a href="index.htm" target="new" style=text-decoration:none>Hyperlink with
no underline</a>
 
M

MD WebsUnlimited.com

Hi Eddy,

Create a style section in the head of HTML

<style>
a {text-decoration: none; }
</style>
 
Top