Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26992

    Let’s say I have some main layout which has footer and header.
    After it (on additional page) I want to add some attachments as a pictures.
    Here is an example:
    <pd4ml:page.header><br /> <h1>Header</h1><br /> </pd4ml:page.header><br /> <pd4ml:page.footer height="50"><br /> <h1>Footer</h1><br /> </pd4ml:page.footer><br /> <div>CONTENT</div><br /> <pd4ml:page_break /><br /> <img src="../attachment.jpg" />

    And I want that new page (after page_break) won’t have any footer or header.
    Is it possible?
    P.S. I use PD4ML tags library

    #29670

    It is possible to override header and footer with blank ones in-place:

    [language=xml:2c2alin6]

    Header

    Footer

    CONTENT

    [/language:2c2alin6]

    or to apply header/footer to particular page ranges with scope attribute of and

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.