I'm having trouble with absolute positioning in a ...
# advancedpdf
j
I'm having trouble with absolute positioning in a Freemarker PDF template in NetSuite. Basically, I'm trying to position an address on the bottom of a container, but it seems to ignore my absolute position CSS setting "bottom:0px;" Below is the code and an image of how it displays. Additionally, I ran the same code in JSFiddle and it worked as I expected it to. Any ideas on why it isn't working or alternative solutions? I have to place the bottom of my address block at the bottom of my container. Thanks!