İlk önce yedek alın!
Temanızın style.css dosyasını açın,
en altına bu kodu ekleyin.
/*hcm_erhan_link_ok*/
a:link {
white-space: nowrap;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
background-image: url('images/link_ok.gif');
background-repeat: repeat-x;
background-position: 100% 100%;
padding-bottom: 3px
}
a:active {
text-decoration: none;
}
sonra ekteki .gif resim temanızın images klasörüne atın!
Saygılar..