I have a problem with my html code which has a table that acts as a header but the "footer" that I have is pasted to the header in this way
I have attached the html code
<p class="footer";><strong>Departamento de las TIC “Tecnologias de la Informacion y la Comunicación”</strong></p>
<p class="footer";>Swisslub S.A.S - Bogotá, Colombia</p>
<p class="footer";>Avenida el Dorado No. 100 – 45 of.302</p>
<p class="footer";>Telèfono:+57 (1) 742 7233 ext 579 - 575</p>
<p class="footer";>[email protected]</p>
<p class="footer";>www.swisslub.com</p>
<br><br><br><br>
<table style="border-collapse: collapse;" border="1"; width="530">
<tbody>
<tr>
<td width="100" rowspan="4">
<img src="img/44.png" alt="" class="logo">
</td>
<td>
<p align="center"><font size=1> PROCESO DE GESTIÓN DE RECURSOS</p>
</td>
<td width="100">
<p align="center"><font size=1> CÓDIGO</p>
</td>
<td colspan="3" >
<p align="center"><font size=1> FSW-100</p>
</td>
</tr>
<tr>
<td >
<p align="center">
<font size=1> <strong>DEPARTAMENTO DE LAS TIC</strong>
<strong></strong>
</p>
</td>
<td rowspan="2">
<p align="center">
<font size=1> VERSIÓN 1
</p>
</td>
<td colspan="3" rowspan="2">
<p align="center">
<font size=1> 01-12-17
</p>
</td>
</tr>
<tr>
<td>
<p align="center">
<font size=1> Tecnologías de la información y las comunicaciones
</p>
</td>
</tr>
<tr>
<td>
<p align="center" >
<font size=2> <strong>Acta de Entrega</strong></font>
</p>
</td>
<td>
<p align="center">
<font size=1> PAGINA
</p>
</td>
<td width="20">
<p align="center">
<font size=1> 1
</p>
</td>
<td width="20">
<p align="center">
<font size=1> DE
</p>
</td>
<td width="20">
<p align="center">
<font size=1> 2
</p>
</td>
</tr>
</tbody>
</table>
'
PS: I'm working on php is a report that I have to create I'm with dompdf