+ 1

how to set my link without underline?

20th Aug 2016, 5:20 PM
Gajarajan K
Gajarajan K - avatar
4 Antworten
+ 3
You have to style your hyperlink Use Css properties 1. text-decoration which is set to none. 2. Underline set as none. If you think it not works. Reply to this thread i will help you by solving your problem. thanks
20th Aug 2016, 6:47 PM
Aman gupta
Aman gupta - avatar
+ 2
<a href="link1.html" style="text-decoration:none;">link 1 </a>
20th Aug 2016, 9:17 PM
shadow1435
+ 1
i was wondering the same thing
20th Aug 2016, 6:04 PM
The Hunter
The Hunter - avatar
+ 1
thanks changing my link without underline is successfully
21st Aug 2016, 3:27 AM
Gajarajan K
Gajarajan K - avatar