I need assistance moving the elements in the red boxes to the blue boxes
<table>
<tr style="">
<td style="text-align: center; width: 70%;" colspan="2"><img src="pre_header.jpg" alt="" style="width: 70%"></td>
</tr>
<tr style="">
<td><img style="width: 35%;" src="logo.jpg" alt=""></td>
<td><p style="width: 35%;">Monday 16<sup>th</sup> of december 2019 <br> Volume 5</p></td>
</tr>
</table>
The provided code represents a table where the pre-header is correctly centered, but there seems to be an issue with positioning the logo and logo description as intended.