I want to apply text-decoration: none; properties for all link which is available in my blog,
text-decoration: none;
Can anyone help me how can i do this.
Thanks in advance.
Inside css, firsts lines:
a, a:hover { text-decoration:none; }