This is why I say everybody should learn HTML regardless of whether they code by hand or make pages with a wysiwyg editor.
It's only Internet Explorer that puts a border on images that are links in my experience.
They could also of used CSS.
Code:
<style type="text/css">
<!--
img { border: 0; }
-->
</style>