|
<IMG ...>BORDER = integerBORDER
| this code | produces this |
<A HREF="../"><IMG SRC="idocs.gif" ALT="Idocs Guide to HTML" HEIGHT=33 WIDTH=82></A> |
To remove the border, set the BORDER
| this code | produces this |
<A HREF="../"><IMG SRC="idocs.gif" BORDER=0 ALT="Idocs Webmaster's Resources" HEIGHT=33 WIDTH=82></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.
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.