Sabtu, 13 April 2013

Remove Underlined Decoration Link Text From Your Blog

Simple steps how to remove underline decoration from your blog.

I put these code below the <head> area ...   (Take a look at the below screenshot as an example).

<style type="text/css">
<!--
    A:link {text-decoration: none}
    A:visited {text-decoration: none}
    A:active {text-decoration: none}
-->
</style>



Save the template. Done!

0 komentar:

Posting Komentar