<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
  <title>Anchors and Images</title>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  
</head>
  <body>
  
  <p><strong>Button with a border</strong><br />
  
	  <a href="#"><img src="../../images/EX_about.gif" width="55" height="55" alt="About Button" /></a><br /><br />
	  
	  <strong>Same button without a border</strong><br />
	  
	  <a href="#"><img src="../../images/EX_about.gif" alt="About Button" border="0" height="55"
	  width="55" /></a>
	  </p>
  
  
    
  </body>
</html>