Wednesday, May 11, 2011

How to underline Hyperlinks in Blogger

Underlining Hyperlinks in Blogger, Blogger Hyperlinks, Hyperlinks underlining in blogspot.com, Hyperlink underlining trick in blogger.

Usually in Blogger, Hyperlinks get underlined only when the mouse is hovered over it. Its the behavior of blogger default template.But still you can make the hyperlinks underlined in blogger even if the mouse is not hovered over it.. Here is the trick..

1) Go to Design Tab,
2) Click on Edit HTML,
3) Search for the following sequence
  a:link {
  text-decoration:none;
  color: $(link.color);
   }
4) Replace the above Sequence with this,
a:link {
  text-decoration:none;
  color: $(link.color);
  text-decoration:underline
}
 Thats all, automatically all the hyperlinks present in all of your blogger posts gets underlined..


No comments: