Next article: An API Interface for Bible Gateway
Previous article: Spam spam spam spam
The new Apple web browser Safari wins high praise for speed, standards compliance, and usability. Unfortunately, a preference to disable link underlining is not exposed in the user interface. If you have refined typographical sensibilities, this might seem to be a deal breaker. But, because it is a CSS-compliant browser, there is a way to do it. CSS is a web standard that allows web developers and designers to write code that works in any browser. One of the core requirements of the CSS specification is that a compliant web browser must allow you to specify a “user-defined” stylesheet.
Here’s how you do it:
Voila! Just like unchecking “Underline Links” in a browser that isn’t in beta. The code above will still allow a web author to override your preference (like blogs4God does). If you really want to exercise complete control, then add !important to the code above, before the closing brace (the } character).
The URL to trackback this post is:
http://kevinbasil.com/2003/01/09/surfing-safari/trackback/
Copyright © 2002–2011 Kevin Robert (Basil) Fritts, all rights reserved.
June 23rd, 2004 at 5:51 pm
So that’s how you do that!
Today I learned how to disable underlining of links in Safari….