border="0" 로 간단히 처리할수 있습니다.
<a href ="http://cafe.naver.com/watclean" >
<img alt="대체할 글씨" src ="http://cfile22.uf.tistory.com/image/1131FB3D4F4F0C7A2BC39E" border="0">
</a>
또는
전체적으로 적용하려면
</Head> 바로 앞에 아래와 같이 추가하면 됩니다.
<style type="text/css">
img {border:0}
</style>