Remove underline from a href link

Solved/Closed
ponpon17430 -  
 trucmachinchose-rose -
Hello,
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

11 answers

  1. Ssylvainsab Posted messages 2892 Status Moderator 825
     
    Hello.

    CSS is enough.
    You need to put this between the head tags of your page:
    <style type="text/css">a:link{text-decoration:none}</style>
    --
    Sylvain
    "Join us now, and share the software. You'll be Free, hackers."
    69
    1. emi
       
      super Thank you very much!
      0
    2. HappyBlueFrog
       
      I was looking for the same thing (removing the blue underline under links in HTML) but without CSS (the issue only occurred in Firefox)
      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.
      0