How to remove the underline for a url text which is there by default? Actually this is easy but for some people this is quite distressing. You can do that using CSS:
<a style=”text-decoration: none;” href=”#”>link text</a>
Okay! Hope this solve your problem!
Be First To Comment
Related Post
Leave Your Comments Below