#twitter{
text-decoration: none;
}
.a:link,a:hover{
text-decoration: none;
}
im trying to remove text decoration from this picture link.
but its not working.
echo '<a class="twitter" href="' . $twitterObj->getAuthorizationUrl() . '"><img src="img/darker.png"></a>';
instead of # use .