[IP] more on Someone at Yahoo doesn't get it
------ Forwarded Message
From: Steven Champeon <schampeo@xxxxxxxxxxx>
Date: Thu, 20 Jan 2005 15:22:50 -0500
To: David Farber <dave@xxxxxxxxxx>, <ole@xxxxxxxxx>
Subject: Re: [IP] i Someone at Yahoo doesn't get it
on Thu, Jan 20, 2005 at 02:14:28PM -0500, David Farber wrote:
> ------ Forwarded Message
> From: Ole Jacobsen <ole@xxxxxxxxx>
> Reply-To: Ole Jacobsen <ole@xxxxxxxxx>
> Date: Thu, 20 Jan 2005 10:57:34 -0800 (PST)
> To: Dave Farber <dave@xxxxxxxxxx>
> Subject: Someone at Yahoo doesn't get it
>
>
> For IP if you like:
>
> I've been using MyYahoo! for years. It's a nice customizable "portal"
> where I can get my choice of news, weather, stocks, currencies and all
> that good stuff.
>
> A few days ago I noticed that all the headline links, in fact almost
> EVERYTHING on the page is now _____underlined_____
>
>
> I hate underlined links, in fact it is the main reason I don't use
> Safari. Underlining is supposed to be a user set-able option, it is in
> most browsers. Yahoo has somehow mananged to bypass that by making the
> underlines part of the HTML. Ugh.
In Safari, you can set a user style sheet. Go to Preferences, Advanced.
See the "Style Sheet" picker? Set that to a file in which you've placed
the following CSS:
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
I'd recommend sticking it into ~/Library/Application Support/Safari;
I named mine 'default.css'.
To override yahoo's styles, you may also need to add:
.ymymd a{text-decoration:none !important;}
to this file.
I agree that it's too bad that Yahoo shows it cares less about its users'
preferences than its own. Maybe they can spend some of the recent record
earnings on actually serving the people who made it possible?
HTH,
Steve
--
hesketh.com/inc. v: +1(919)834-2552 f: +1(919)834-2554 w: http://hesketh.com
join us! http://hesketh.com/about/careers/account_manager.html join us!
------ End of Forwarded Message
-------------------------------------
You are subscribed as roessler@xxxxxxxxxxxxxxxxxx
To manage your subscription, go to
http://v2.listbox.com/member/?listname=ip
Archives at: http://www.interesting-people.org/archives/interesting-people/