How do I get rid of the border between the images - here is a simple 2x2 table with each cell filled with the same image. A [1px?] space appears between each. Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table border="0"><tr><td><img src="lancermr06_06.jpg" width="102" height="76" /></td><td><img src="lancermr06_06.jpg" width="102" height="76" /></td></tr><tr><td><img src="lancermr06_06.jpg" width="102" height="76" /></td><td><img src="lancermr06_06.jpg" width="102" height="76" /></td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table border="0"><tr><td><img src="lancermr06_06.jpg" width="102" height="76" /></td><td><img src="lancermr06_06.jpg" width="102" height="76" /></td></tr><tr><td><img src="lancermr06_06.jpg" width="102" height="76" /></td><td><img src="lancermr06_06.jpg" width="102" height="76" /></td>
</tr>
</table>
</body>
</html>