Image Links Without the Colored Lines

Walt Howe walthowe at delphi.com
Fri Mar 29 15:31:11 EST 1996


At 10:10 AM 03/29/96 -0800, you wrote:
>     Could someone share with me the HTML code used to create image links 
>     without the colored lines around them?

Include "border=0" in the img portion. Here is what a complete image link
should look like with no border:

<a href="http://www.somewhere.edu/"><img  border=0 width=## height=##
src="imagename.gif" alt="descriptive name"></a>

Although they can be omitted, the width and height numbers lead to faster
loading for graphical browsers and the alt provides better handling by
text-only browsers.

  O-O-       Walt Howe, Internet SIG Manager
   J  )      walthowe at delphi.com, walthowe at tiac.net
 (   )       http://www.delphi.com/walthowe/
  ())        http://world.std.com/~walthowe/intcen.html



More information about the Web4lib mailing list