fridge2003
02-22-2003, 04:39 AM
does anyone know how to get rid of that annoying blue line/ border thats put around an image when you mak eit an imagemap. TKS.:confused:
|
Click to See Complete Forum and Search --> : image maps fridge2003 02-22-2003, 04:39 AM does anyone know how to get rid of that annoying blue line/ border thats put around an image when you mak eit an imagemap. TKS.:confused: AdamGundry 02-22-2003, 04:45 AM You can use this CSS style: <img style="border: 0px"> This will not show the border in any CSS-compatible browser. Adam starrwriter 02-22-2003, 11:07 PM In plain HTML insert border="0" in the image tag. Example: <img src="photo.gif" width="400" height="250" border="0"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |