Question:
What html can I use to stop my links from being underlined?
zweiundzwanzig
2007-05-18 21:17:52 UTC
Is there a html code that exists that prevents the links on my website from being a) underlined and b) a different colour from my text?

Basically I want all the text to be the same colour and format, despite having active links.
Six answers:
2007-05-18 21:27:41 UTC
You could do this

put the following between your tags





OR

you could just do this

if you just want to do it on 1 or 2 links





you would use option 1 if you wanted that for all links!



Joe
?
2016-05-17 11:27:39 UTC
That is strange that it displays the underline, I don't do anything with CSS and there is no underline under my links. Also to make 2 different style links just add divs around the link and in the CSS give styles for the link.
TheHumbleOne
2007-05-18 21:34:52 UTC
Check these out.



http://www.permadi.com/tutorial/remLinks/index.html



How to Set the Color for Links in a Web Page You Design

http://www.ehow.com/how_10009_set-color-links.html



Also, Tools, Internet Options, Color
Alex F
2007-05-18 21:30:51 UTC








Put that at the top (or just in your CSS if you know where/what that is) and all your links will have no underline and you can replace the color with whatever you want. (#000000 is black).
2007-05-18 21:32:09 UTC
Link Text


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...