i have been working on a simple website, its my first one:D. the page header is constructed of 5 images in a table. etch image has two versions, button in or out. the images will link to outher pages, and will be switched to show what page you are on.
everything is going well, except the images are loaded with a gap between them.
the images are seamless, and should look like this
this is the relevant peace of code, i’m hand coding it
<center><table>
<tr>
<td><img src="image/home_out.jpg" width="355" height="120" alt="home_out.jpg" /></td>
<td><img src="image/gallery_in.jpg" width="296" height="120" alt="gallery_in.jpg" /></td></td>
<td><img src="image/aboutme_out.jpg" width="355" height="120" alt="aboutme_out.jpg" /></td></td>
</tr>
</table>
<center><table>
<tr>
<td><img src="image/wip_in.jpg" width="355" height="100" alt="wip_in.jpg" /></td>
<td><img src="image/complete_out.jpg" width="296" height="100" alt="gallery_in.jpg" /></td></td>
</tr>
</table>