HighDots Forums  

Link underlining - how to turn off?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Link underlining - how to turn off? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mason A. Clark
 
Posts: n/a

Default Link underlining - how to turn off? - 01-05-2005 , 11:33 PM






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

Reply With Quote
  #2  
Old   
Uncle Pirate
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-05-2005 , 11:57 PM






Mason A. Clark wrote:

Quote:
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.html#propdef-text-decoration

Quote:

(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


Reply With Quote
  #3  
Old   
Neal
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 12:34 AM



Uncle Pirate <stan (AT) surecann (DOT) com> wrote:
Quote:
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.



Reply With Quote
  #4  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 03:07 AM



Mason A. Clark wrote:
Quote:
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.

Quote:
(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/


Reply With Quote
  #5  
Old   
Stan Brown
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 12:57 PM



"Mason A. Clark" wrote in comp.infosystems.www.authoring.stylesheets:
Quote:
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/2003/05/05/why_we_wont_help_you


Reply With Quote
  #6  
Old   
Kerberos
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 01:14 PM



Em Thu, 06 Jan 2005 08:07:02 +0000, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> escreveu:

Quote:
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


Reply With Quote
  #7  
Old   
Kerberos
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 01:16 PM



Em Thu, 06 Jan 2005 00:34:36 -0500, Neal <neal413 (AT) yahoo (DOT) com> escreveu:

Quote:
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


Reply With Quote
  #8  
Old   
Neal
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 01:49 PM



Kerberos <me (AT) privacy (DOT) net> wrote:

Quote:
Neal <neal413 (AT) yahoo (DOT) 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? ) I use are in a
list of what are clearly navigational elements.


Reply With Quote
  #9  
Old   
Kerberos
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 02:10 PM



Em Thu, 06 Jan 2005 13:49:11 -0500, Neal <neal413 (AT) yahoo (DOT) com> escreveu:

Quote:
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


Reply With Quote
  #10  
Old   
Mason A. Clark
 
Posts: n/a

Default Re: Link underlining - how to turn off? - 01-06-2005 , 04:03 PM



Quote:
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.html#propdef-text-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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.