Ask a Question related to Mac Applications & Software, Design and Development.
-
Davoud #1
Safari Link Underlining?
I note that Safari Enhancer can't turn off link underlining in Safari
1.0. Is there a utility that can do so? Sorry, but I'm not interested
in starting a lengthy thread on why my life would be better if I liked
link underlining. Just the facts, please! TIA!
Davoud
--
usenet *at* davidillig *dawt* com
Davoud Guest
-
Underlining Text
I am having a very difficult time figuring out how to underline text in InDesign CS. I have looked it up in Help and searched all over the place and... -
can't get rid of underlining
Comment: I've just updated our web site and the story I just moved higher on the page, is now completely underlined. I can't get rid of it. Any ideas? -
Underlining!!!!???
Is there a way to underline text without having to draw a seperate line under everything. What a pain when you have to underline large quantities of... -
Safari: option-click link in new window?
This must be a dumb question, but I am stumped. The answer may have to do with the Tabs feature, which I have also not figured out. In my older... -
Removing 'Link' underline in Safari 1.0
Is it possible to remove the underline under the links in Safari 1.0? Albert -
Alice Faber #2
Re: Safari Link Underlining?
In article <240620032121383972%see@below.net>, Davoud <see@below.net>
wrote:
I had the link underlining turned off as soon as there was a way to do> I note that Safari Enhancer can't turn off link underlining in Safari
> 1.0. Is there a utility that can do so? Sorry, but I'm not interested
> in starting a lengthy thread on why my life would be better if I liked
> link underlining. Just the facts, please! TIA!
so. I just upgraded Safari to 1.0 and it somehow found whatever hidden
preference Safari Enhancer had toggled; none of the links are
underlined, but I don't know how that happened (I'm not complaining,
mind you).
--
AF
"Non Sequitur U has a really, really lousy debate team."
--artyw raises the bar on rec.sport.baseball
Alice Faber Guest
-
Jeremy #3
Re: Safari Link Underlining?
Davoud <see@below.net> wrote:
You don't need an entire third-party program to create one line of CSS> I note that Safari Enhancer can't turn off link underlining in Safari
> 1.0. Is there a utility that can do so? Sorry, but I'm not interested
> in starting a lengthy thread on why my life would be better if I liked
> link underlining. Just the facts, please! TIA!
for you.
If you would like to disable link underlining in Safari:
Create a text file. Call it something like user.css and put it
somewhere appropriate, like ~/Library/Safari. In it, put:
a { text-decoration: none }
In Safari, open your Preferences, go to Advanced, and set this file as
your user stylesheet. Voila, no more link underlines.
I use mine for some surgical ad blocking.
--
Jeremy | [email]jeremy@exit109.com[/email]
Jeremy Guest
-
Matthew Russotto #4
Re: Safari Link Underlining?
In article <240620032121383972%see@below.net>, Davoud <see@below.net> wrote:
You should be able to change the style sheet for the 'a:link',>I note that Safari Enhancer can't turn off link underlining in Safari
>1.0. Is there a utility that can do so? Sorry, but I'm not interested
>in starting a lengthy thread on why my life would be better if I liked
>link underlining. Just the facts, please! TIA!
'a:visited', 'a:link:active', and 'a:visited:active' styles without
resorting to an outside program. But I don't know the exact details.
--
Matthew T. Russotto [email]mrussotto@speakeasy.net[/email]
"Extremism in defense of liberty is no vice, and moderation in pursuit
of justice is no virtue." But extreme restriction of liberty in pursuit of
a modicum of security is a very expensive vice.
Matthew Russotto Guest
-
Viktor Haag #5
Re: Safari Link Underlining?
Jason Pickard <pickardsnoway@nospam.mindspring.com> writes:
You can accomplish this by providing a default CSS style sheet to> Well I talked to the developer of Safari Enhancer today, on AIM
> and a newer version of that program is due out either today or
> tomorrow and I asked him just that question, and he said that
> you will still be able to disable hyperlink underlining.
Safari's "Advanced" preferences tab. Here's the one I use to
disable underlining without hovering:
> /**
> * Decoration for links to provide for 'hover' underlining.
> **/
>
> :link, :visited {
> text-decoration: none;
> }
>
> :link:hover, :visited:hover {
> text-decoration: underline;
> }
--
Viktor Haag : Software & Information Design : Research In Motion
+--+
"At best, 'Nevermind' is an overrated Pixies tribute albmum..."
Viktor Haag Guest



Reply With Quote

