Yes there is a problem in your code as you put the images in 2 different tables, all you have to do is to put the three images in one table with three cells, each cell holds a pic.
So your code should look like something like this code:
Code:
<table border="0" width="100%">
<tr>
<td width="300"><img src="$stylevar[imgdir_misc]/line-left.gif" border="0" alt="" /></td>
<td><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
<td width="300"><img src="$stylevar[imgdir_misc]/logo.jpg" width="300" border="0" ></td>
</tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output