I am using an image on a background with the same color as the image. The image border is turned off but I still see a line where the colors should mesh seamlessly.
Just a little background, I am a first year CS student and have only taken an introductory class to HTML. I am trying to build a website using frames for my fiance. The navigation page is what I am working on which will have her logo from a business card image.
<html>
<head>
<title>
Greta Conrad
</title>
</head>
<body bgcolor = "#1f1a17">
<table align = "center">
<tr>
<td>
<img border = "" alt = "Greta Conrad - Home" src = "businessimages/gc_front.jpg">
<img src = "futon2.jpg"><br />
<img src = "futon3.jpg">
</td>
</tr>
</table>
</body>
</html>