Forum Moderators: phranque
so i did the following:
css class:
.noborder{
border: 0px solid #000000;
text-decoration:none;
}
and html
<a class="noborder" href="#">
<img class="noborder" src="#" height="31" width="88"></a>
but it doesnt work,
how do i solve this, any ideas?