Table lowering image into none existent row
I create a 3 x 3 table in Dreamweaver and in design/html preview it looks fine but when I upload it to our site one of my images drops below the table. Anyone have guesses to why this is happening?
(the image below is supposed to all be parallel horizontally )

Code for reference
<table width="1159" height="577" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="662" height="577" rowspan="3"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_01.jpg" width="662" height="577" alt=""/></td>
<td width="15" height="577" rowspan="3"> </td>
<td width="497" height="275"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_02.jpg" width="497" height="275" alt=""/></td>
</tr>
<tr>
<td width="497" height="27"></td>
</tr>
<tr>
<td width="497" height="275"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_02-03.jpg" width="497" height="275" alt=""/></td>
</tr>
</tbody>
</table>
