I hate how the underline looks on hyperlinks and would prefer only the change in color to signal that the specific text is a hyperlink, but cannot figure out how to do it!!!
In Blogger, how do I remove the underline under my hyperlinks?
within the header code
locate this code within the header of the template
/* Links
--------------------------------------... */
a:link {
color: #445566;
}
a:visited {
color: #223344;
}
a:hover {
color: #223344;
}
a img {
border-width:0;
}
---------------
http://theedifier.com/blogging-blogger/h...
Change this
a:hover {
color: #223344;
}
to
a:hover {
color: #223344; text-decoration:none;
}
Reply:Won't happen.
You're not the one who determines whether hyperlinks are underlined on Blogger, even though you are able to edit the HTML.
Reply:Select the link and then choose underline. The select it again and choose underline a second time and it should remove it this time. I've had that problem on other programs.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment