View Single Post
  #6 (permalink)  
Old 11-12-2003, 07:11 AM
carbonize carbonize is offline
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Bristol, UK
Posts: 521
carbonize RepRank 0
Default

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>
__________________
Carbonize
Reply With Quote