HighDots Forums  

link underlined

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


Discuss link underlined in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
roN
 
Posts: n/a

Default link underlined - 02-06-2006 , 01:20 PM






Hi,

I wanna have some links on my page NOT underlined but they are and my
defintion looks like:
A:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #F48E3C;
why are they underlined anyway? I set no decoration.
Thank you!

--
chEErs roN

I'm root, I'm allowed to do this!
keep on rockin'

Reply With Quote
  #2  
Old   
Evertjan.
 
Posts: n/a

Default Re: link underlined - 02-06-2006 , 01:30 PM






roN wrote on 06 feb 2006 in comp.infosystems.www.authoring.stylesheets:

Quote:
I wanna have some links on my page NOT underlined

text-decoration:none;


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


Reply With Quote
  #3  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: link underlined - 02-06-2006 , 01:43 PM



roN wrote:
Quote:
Hi,

I wanna have some links on my page NOT underlined but they are and my
defintion looks like:
A:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #F48E3C;
why are they underlined anyway? I set no decoration.
I don't see any mention of text-decoration.



Reply With Quote
  #4  
Old   
Stuart Scharf
 
Posts: n/a

Default Re: link underlined - 02-06-2006 , 03:18 PM



Harlan Messinger wrote:
Quote:
roN wrote:

Hi,

I wanna have some links on my page NOT underlined but they are and my
defintion looks like:
A:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #F48E3C;
why are they underlined anyway? I set no decoration.


I don't see any mention of text-decoration.

text-decoration: underline is the default formatting for a link if
nothing is specified. If you don't want it you must turn it off.


Reply With Quote
  #5  
Old   
roN
 
Posts: n/a

Default Re: link underlined - 02-06-2006 , 04:34 PM



Stuart Scharf wrote:

Quote:
Harlan Messinger wrote:
roN wrote:

Hi,

I wanna have some links on my page NOT underlined but they are and my
defintion looks like:
A:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #F48E3C;
why are they underlined anyway? I set no decoration.


I don't see any mention of text-decoration.


text-decoration: underline is the default formatting for a link if
nothing is specified. If you don't want it you must turn it off.
yup, got it working, thank you!

--
chEErs roN

I'm root, I'm allowed to do this!
keep on rockin'


Reply With Quote
  #6  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: link underlined - 02-06-2006 , 05:37 PM



kchayka wrote:
Quote:
Stuart Scharf wrote:

text-decoration: underline is the default formatting for a link if
nothing is specified. If you don't want it you must turn it off.


That is not entirely true. If you look at the pref settings for various
browsers, you will find that most let the default be set by the user.

As is happens, the browser default is usually set to underline all
links, but doesn't have to be. I believe Konqueror's default is to only
underline on :hover.

Konqueror's designers thought users would most probably want to guess
where the links were? Or are they using some other means of identifying
the links?


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

Default Re: link underlined - 02-06-2006 , 06:11 PM



The default for all links is underline unless you tell it not to.



Reply With Quote
  #8  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: link underlined - 02-07-2006 , 06:47 AM



Harlan Messinger wrote:

Quote:
Konqueror's designers thought users would most probably want to guess
where the links were? Or are they using some other means of identifying
the links?
I'd guess they had noticed that so many web dee-ziners want to make
their users guess what texts are links, so they made this the default,
on the assumption that dee-ziners do the wrong thing the wrong way,
causing even more damage than they intend to.

Setting link text to fixed font size, using fancy colors, missing the
distinction between unvisited and visited links, and failing to set
background when you set color... and using a really fancy font... there
are so many things you can do wrong. Maybe Konqueror's designers thought
they could persuade at least _some_ web site dee-ziners not to mess up
with links since they are already broken by default. :-)


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 - 2008, Jelsoft Enterprises Ltd.