472,122 Members | 1,567 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Link underlining - how to turn off?

I have a page with many links. Browsers like
to underline the links -- result is ugly.

Is there any (CSS?) way to prevent underlining?
(By the way, I decry the common practice
of making links hard to see -- at least
color them.)

Mason C
Jul 21 '05 #1
15 16120
Mason A. Clark wrote:
I have a page with many links. Browsers like
to underline the links -- result is ugly.

Is there any (CSS?) way to prevent underlining?
Yes. http://www.w3.org/TR/REC-CSS2/text.h...ext-decoration


(By the way, I decry the common practice
of making links hard to see -- at least
color them.)


Most visitors to a site also expect links to be underlined, ugly as it
is. Unless you take measures like creating an obvious menu, links will
go unnoticed. IF you choose to remove underlines, take extra effort to
make it very very clear that your chosen style is a link.

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
Cooordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg
A zest for living must include a willingness to die. - R.A. Heinlein
Jul 21 '05 #2
Uncle Pirate <st**@surecann.com> wrote:
Mason A. Clark wrote:
Is there any (CSS?) way to prevent underlining?

Most visitors to a site also expect links to be underlined, ugly as
it is. Unless you take measures like creating an obvious menu,
links will go unnoticed. IF you choose to remove underlines, take
extra effort to make it very very clear that your chosen style is a
link.


And be sure not to rely on color or boldfacing to do it. Both have
major isses attached.

Jul 21 '05 #3
Mason A. Clark wrote:
I have a page with many links. Browsers like
to underline the links -- result is ugly.

Is there any (CSS?) way to prevent underlining?
See the text-decoration property.
(By the way, I decry the common practice
of making links hard to see -- at least
color them.)


And what if I'm colour-blind? I agree that the usual underlining is a
bit harsh: my usual solution is to use a subtle border-bottom with hover
effects. See the site in my sig for an example.

--
Mark.
http://tranchant.plus.com/
Jul 21 '05 #4
"Mason A. Clark" wrote in comp.infosystems.www.authoring.stylesheets:
Is there any (CSS?) way to prevent underlining?

(By the way, I decry the common practice
of making links hard to see -- at least
color them.)


So you want to make links hard to see, but not make them hard to see.
Uh-HUH.

Underlining is part of hat makes links visible. You're putting your
aesthetic sensibility up against a part of the user interface that
everyone understands.

If you're still determined to do this damn silly thing, style all <a>
elements with text-decoration:none.
--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jul 21 '05 #5
Em Thu, 06 Jan 2005 08:07:02 +0000, Mark Tranchant
<ma**@tranchant.plus.com> escreveu:
my usual solution is to use a subtle border-bottom with hover effects.
See the site in my sig for an example.


I like it, but I think it comes in contradiction with the acronym or abbr
tags effect that do a similar effect(bottom dotted border).
--

Kerberos.

http://www.opera.com
http://www.freebsd.org
http://www.auriance.com
http://www.osresources.com
http://exodus.jabberstudio.org
Jul 21 '05 #6
Em Thu, 06 Jan 2005 00:34:36 -0500, Neal <ne*****@yahoo.com> escreveu:
And be sure not to rely on color or boldfacing to do it. Both have major
isses attached.


This is what I use most of the time.
What do you suggest instead?
--

Kerberos.

http://www.opera.com
http://www.freebsd.org
http://www.auriance.com
http://www.osresources.com
http://exodus.jabberstudio.org
Jul 21 '05 #7
Kerberos <me@privacy.net> wrote:
Neal <ne*****@yahoo.com>:
And be sure not to rely on color or boldfacing to do it. Both have
major isses attached.


This is what I use most of the time.
What do you suggest instead?


Underlining. It means "link" to WWW users. Colors mean nothing if the
user's eyes or equipment cannot handle color well. Bolding isn't bad
really (so long as you don't set it on hover but not on link, of
course) but underlining is the way people expect to find links.

The only un-underlined links ("derlined" links? :D ) I use are in a
list of what are clearly navigational elements.
Jul 21 '05 #8
Em Thu, 06 Jan 2005 13:49:11 -0500, Neal <ne*****@yahoo.com> escreveu:
It means "link" to WWW users. Colors mean nothing if the user's eyes or
equipment cannot handle color well.


I second that. There are norms that, if respected, add to accessibility.
Oh well, real world case are sometimes different - The important thing is
to take a dummy standpoint while creating the page, and see where
accessibility can be improved.

--

Kerberos.

http://www.opera.com
http://www.freebsd.org
http://www.auriance.com
http://www.osresources.com
http://exodus.jabberstudio.org
Jul 21 '05 #9
>Mason A. Clark wrote:
I have a page with many links. Browsers like
to underline the links -- result is ugly.

Is there any (CSS?) way to prevent underlining?


Yes. http://www.w3.org/TR/REC-CSS2/text.h...ext-decoration


(By the way, I decry the common practice
of making links hard to see -- at least
color them.)


Ha! I got slammed for the underlines, then I got
slammed for thinking of eliminating them.

Mason C loser I'll do it my way.
Jul 21 '05 #10

Question: Is table page-formatting permitted on this
news group?
http://OakRoadSystems.com/

ha, gotcha

(revenge for sarcastic comment)

Mason C
Jul 21 '05 #11
On Thu, 6 Jan 2005, Mason A. Clark wrote:

[ various stuff, including ]
Mason C loser I'll do it my way.


If your opinion of usenet is so low, I guess you'd have nothing
against being put into the killfile. As one sows, so shall one reap.

bye now.
Jul 21 '05 #12
Mason A. Clark wrote:
Mason A. Clark wrote:

I have a page with many links. Browsers like
to underline the links -- result is ugly.

Is there any (CSS?) way to prevent underlining?


Yes. http://www.w3.org/TR/REC-CSS2/text.h...ext-decoration


(By the way, I decry the common practice
of making links hard to see -- at least
color them.)

Ha! I got slammed for the underlines, then I got
slammed for thinking of eliminating them.

Mason C loser I'll do it my way.


If you think I slammed you, then you are way too thin skinned for
usenet. And if you can't take a little constuctive criticism and learn
from it, you've no business creating web pages at all. Don't bother
replying as I probably won't see it. *plonk*

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
Cooordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg
A zest for living must include a willingness to die. - R.A. Heinlein
Jul 21 '05 #13
"Mason A. Clark" wrote in comp.infosystems.www.authoring.stylesheets:
Ha! I got slammed for the underlines, then I got
slammed for thinking of eliminating them.


Whoever "slammed" you for having underlined links has no idea of how
to do a user interface. Their opinion is about a worthwhile as that
of someone who tells you to write your PIN on your ATM card.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jul 21 '05 #14
On Thu, 6 Jan 2005 23:02:27 -0500, Stan Brown <th************@fastmail.fm>
wrote:
"Mason A. Clark" wrote in comp.infosystems.www.authoring.stylesheets:
Ha! I got slammed for the underlines, then I got
slammed for thinking of eliminating them.


Whoever "slammed" you for having underlined links has no idea of how
to do a user interface. Their opinion is about a worthwhile as that
of someone who tells you to write your PIN on your ATM card.


Thanks. I'm reassured that underline is ok, good in fact.

I was amazed at the number of web sites that
have "hidden" links to be searched for using the
mouse as a mine detector.

Also amazed at the humourless thin skins on this css site.

Mason C table-user in the css killfiles

for id only: http://masonc.home.netcom.com

Jul 21 '05 #15
Mason A. Clark <ma*******@THISix.netcom.comQQQ> wrote:
I was amazed at the number of web sites that
have "hidden" links to be searched for using the
mouse as a mine detector.
Most web sites have poor usability, terrible accessibility, broken tag-soup
markup, etc.

Most of the regulars in CIWAS try to do better.
Also amazed at the humourless thin skins on this css site.


CSS site? What CSS site? This is a USENET discussion group.
--
Darin McGrew, mc****@stanfordalumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp.com, http://www.HTMLHelp.com/

"FAILURE IS NOT AN OPTION. It comes bundled with the software."
Jul 21 '05 #16

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

33 posts views Thread by Thomas Mlynarczyk | last post: by
4 posts views Thread by crhaynes | last post: by
3 posts views Thread by debbie | last post: by
3 posts views Thread by shapper | last post: by
13 posts views Thread by Casimir Pohjanraito | last post: by
10 posts views Thread by JD | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.