[WEB4LIB] box around graphic
Thomas Dowling
tdowling at ohiolink.edu
Thu Apr 27 10:09:31 EDT 2000
----- Original Message -----
From: "Betty Giorgi" <blgiorgi at nslsilus.org>
> Hello,
>
> I don't remember if there is a way to eliminate the box around a graphic
> when the graphic is a link. Anyone out there have a suggestion?
>
Two ways:
Presentational HTML: <img src="foo.png" alt="Foo" border="0">
CSS: A IMG { border: none; }
The border="0" technique is more widely supported.
Thomas Dowling
OhioLINK - Ohio Library and Information Network
tdowling at ohiolink.edu
More information about the Web4lib
mailing list