Hello guys, I need a little help. I want to attach...
# advancedpdf
t
Hello guys, I need a little help. I want to attach this table just above the footer.
<table style ="border-collapse: collapse;width: 100%;border: 1px solid black; bottom:0px;position:relative;">
<tr>
<td style = "border: 1px solid black; width:65%;">RECEIVED:</td>
<td style = "border: 1px solid black;">DATE:</td>
</tr>
</table>
When I append theis code in the body at the end I get first output. When I keep position fixed , it generates error, When I put this in footer, the main footer goes down, hiding some content.