Hi!
I have annoying dotted underline under some links: www.peresola.com (for instance, under follow me on twitter link).
I read in a Forum that if I add /* and */ to the line
'a {
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}'
it would work. Indeed it works but then it changes some other things: When I do the following:
'/*a {
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}*/'
the dotted underline remains when I hoover over the mouse on the link: annoying.
When I do the following:
'/*a {
border-bottom:1px dotted #000;*/
text-decoration:none;
color:#000;
font-weight:600;
}'
all underline dots disapear but the links to the 3 pages I have, on the top of the page, become blue and underlined. And it's even worst I would say.
Any one has an advise on how to get rid of the underlinyng dots that appear on the links without making other underlines appear?
Thanks!!