Remove underline from a href link
Solved/Closed
ponpon17430
-
trucmachinchose-rose -
trucmachinchose-rose -
Hello,
I would like to know how to make my link not underlined when I use an href.
Thank you
I would like to know how to make my link not underlined when I use an href.
Thank you
Configuration: Windows XP Internet Explorer 6.0
Well, I simply did it like this:
<font color="color1"> <a href="link"> <font color="color1"><u><text></u></font></a></font>
Don't forget to underline with <u>
It may be a bit gross, but I’m not a coder, I’m a 3D designer and this is the only solution I found without using CSS.
I didn't even find it online, which is why I'm posting it.