1. After login, click TEMPLATE for classic blogger, or click the Layout / TEMPLATE -> EDIT HTML for new bloggers.
2. Find the following code at the top of the template below <head>
a: link (
color: $ linkcolor;
text-decoration: none;
) A: visited (
color: $ visitedlinkcolor;
text-decoration: none;
)
a: hover (
color: $ titlecolor;
text-decoration: underline;
3. Create a link on the blog we have underline (underline) or no underline is the following:
3.a. text-decoration: none; to underline the link does not
3.B. text-decoration: underline; to link underline curse.
So, you change the code after the "text-decoration:"
Do not forget after making changes, click SAVE. Done.
Glossary:
1. a: link is a link that appears in our blog.
2. a: visited link is clicked after
3. a: hover the mouse over the link means we are referring to the link.
No comments:
Post a Comment