The Artima Developer Community
Sponsored Link

Python Buzz Forum
Safari Debug menu and hyperlink underlines

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kevin Altis

Posts: 66
Nickname: altis
Registered: Aug, 2003

Kevin Altis is the lead developer for PythonCard
Safari Debug menu and hyperlink underlines Posted: Feb 5, 2004 9:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Kevin Altis.
Original Post: Safari Debug menu and hyperlink underlines
Feed Title: Kevin Altis' Weblog
Feed URL: http://altis.pycs.net/rss.xml
Feed Description: Python, Open Source, PythonCard
Latest Python Buzz Posts
Latest Python Buzz Posts by Kevin Altis
Latest Posts From Kevin Altis' Weblog

Advertisement

Safari Tips

Ever since I started using Mac OS X and the Safari web browser the underlines on hyperlinks have been driving me crazy. It turns out to be pretty simple to get rid of the annoying little underlines. Simply create a .css file - I named mine no_underlines.css - that contains the following line:

a:link, a:visited { text-decoration: none; }

Now open up the Safari Preferences dialog and choose the file you created as your Style Sheet under the Advanced tab.

If you want to enable the Debug menu in Safari, then open up the Terminal and type:

defaults write com.apple.safari IncludeDebugMenu 1

The next time you startup Safari you'll have a Debug menu.

Read: Safari Debug menu and hyperlink underlines

Topic: Google bombing Previous Topic   Next Topic Topic: I am _so_ tempted to build this

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use