Forum Bugs

weird disappearing table header bug

emilycrutcher
So if I remove the styles from the header0 table OR I remove the first line, then the table prints as a header. Otherwise it disappears.

Any help would be very appreciated, as I'd love to understand the rules for what can and cannot be made into a header.

Thanks,

Emily
  1. disapearingHeader.html15.4 kB
mikeday
You may need to increase the size of the @page margin-top, which has to be big enough to contain the header content. Temporarily applying a border to the @top margin box can make it easier to see if it's big enough.
emilycrutcher
Thanks a million for your help!

When I remove the margin-top, it seems to auto-format correctly. To your knowledge, is there any reason that we must provide a fixed margin-top?

mikeday
Content flowed to the margin boxes will either overlap the page body or get clipped away if the @page margin is not big enough to contain it.
emilycrutcher
Huh, I guess it works by coincidence then when I take out the explicit specification.

I will take your advice and always specify it...