Hi everyone! Is there a way to do negative margins...
# advancedpdf
k
Hi everyone! Is there a way to do negative margins? I'm trying to get a body table to shift upward so that it overlaps the bottom .25in of the header.
w
I assume you've tried setting
margin-top="-0.25in"
?
If that doesn't work, you might also be able to set it to an absolute position.
👍 1
But is there a reason you can't just make the header shorter?
k
The header is already as short as it can be and hold all the info it needs in the layout they want.
Yes I tried margin-top with a negative value and it broke the table altogether so that it displayed oddly. Not sure how to explain that.
Yes, absolute position worked, thank you!!!
w
Excellent! Yah, I've noticed that BFO can get confused by any layout that's a bit out of the ordinary. In my (admittedly limited) experience anything unusual is best done with absolute position if possible.