Hi Jan Something that I found is:
block-container's top + block-container's height = 1.75 + 5.5 = 7.25 page-master's margin-top + region-body's margin-top = 1.0 + 5.5 = 6.5 which means that the block-container overlaps the region-body by design. Try reducing the block-container's height by 0.75cm. But you may get an overflow warning, when there's a linebreak. You may need to find a way to avoid the linebreak or provide more space so the linebreak doesn't matter. If you don't have to print the whole header on every page you can put part of it in the flow and therefore avoid the overlap. Lots of things to try... On 01.07.2003 14:32:32 Zmitko, Jan wrote: > I�ve read in the FAQ and the Archive of the List. But I�ve not found > accurate Solution for my Problem. My Problem is, that my region-before > overlaps with the region-body but only if the region before has a line more > (cause by linebreak). The margin and extend values I�ve set. > > My XSL Stylesheet shows as follows. Havy anybody an idea how to solve it. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
