<IMG ...><IMG ...>BORDER =integer
BORDER
| this code | produces this |
<A HREF="http://www.mikes-marketing-tools.com"><IMG SRC="mmt.gif" HEIGHT=23 WIDTH=133 ALT="Mike's Marketing Tools"></A> |
To remove the border, set the BORDER
| this code | produces this |
<A HREF="http://www.mikes-marketing-tools.com"><IMG SRC="mmt.gif" BORDER=0 HEIGHT=23 WIDTH=133 ALT="Mike's Marketing Tools"></A> |
For images that are not inside links, a BORDER
| this code | produces this |
<IMG SRC="pumpkin.gif" ALT="picture of a pumpkin" HEIGHT=100 WIDTH=100 BORDER=10> |
![]() |
Netscape still has problems correctly rendering visible borders. If you want a border around your image it may be better to simply add the border directly to your image using your favorite graphics editor.