Quote:
Originally Posted by Phssthpok
I think the idea is not to have a page break at every <h3>, but to link to the text rather than the top margin of the <h3> when the top margin appears at the bottom of one page and the text appears at the top of the next page.
|
In that case, for the <h3>, don't use a top margin. It doesn't work when the margin falls at the bottom of the screen. Use padding-top instead. That does work.