How to eliminate the underlined link
Link does not need flashy. Its presence can be disguised without underscores. But still can be clicked. Distinctive links and not link located at the cursor changes as you navigate to a particular character or word. To create a link without the underline, you can do with this next effort ...

* Sign in to blogger
* On the Dashboard page, click Layout
* Click Edit HTML.
* Find the following code ...

A: hover {
Color: $ mainVisitedLinkColor;
Text-decoration: underline;
}

Change the code into ...

A: hover {
Color: $ mainVisitedLinkColor;
Text-decoration: none;
}

* Click Save Template
  • Followers

    Counter

    free counters
  • Site Map