I tried a simple html that merges two images into one as shown below:
The result of the html displays a border between the two images. Anyone know why?
Thanks,
Rewdee
Code:
<html>
<head>
</head>
<body>
<table height="658" width="801" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="277"><img border="0" src="Images/Left_First.JPG" width="277" height="658"></td>
<td width="524">
<img border="0" scr="images\Top_First.jpg" src="Images/Right_First.JPG" width="524" height="658" >
</td>
</tr>
</table>
</body>
</html>
Thanks,
Rewdee