anyone able to attach a table to the bottom of a P...
# advancedpdf
c
anyone able to attach a table to the bottom of a PDF? i've tried absolute position w/ 0,0 and it just unexpected errors me. Seems like a pretty simple thing but can't get it working.
s
You can't use absolute in the body
So make another div and use absolute position on it
c
from the dead
ill give it a go man thanks
Looks like this isn't working for me. Maybe because the body height isn't set to 100% and you can't or it errors. The body only encompasses the content it seems. I've got height to set 100% on the divs.
c
I wasn't using the footer so I wound up just using <pbr /> tags since I know the page count and set a footer for the last page only w/ the box
Copy code
<pbr footer"your_footer" />