Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How can I get rid of underlined links?

I have explored the Safari Preferences and cannot find any way to eliminate the underline that appears with all link items. On my Yahoo homepage, for instance, all of the links (and almost every line is a link) appear with an underline. I'd like to eliminate this so the type is easier to read. I checked through this forum and could not find anything on that issue. Is there any way to do this with Safari or do I need to go back to Firefox??

PowerBook G4, Mac OS X (10.4.9)

Posted on Aug 13, 2007 9:23 AM

Reply
6 replies

Aug 13, 2007 2:26 PM in response to SteveHaines

Make your own style sheet and tell Safari to use it (an option in its preferences).
Copy the text below and paste it into any "plain text" editor and then save it using the .css file extension. Then tell Safari to use it.

focus { outline: 1px dotted invert }

a:link { color: #CC0000; text-decoration: none; }

a:link:active { color: #CC0099; outline: gray 1px dotted; }

a:visited { color: #000099; text-decoration: none; }

a:visited:active { color: #006699; outline: gray 1px dotted; }

Changing the color values will change the color of those links. Key part is the text-decoration: none value.

How can I get rid of underlined links?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.