Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorqdubois
    • CommentTimeMar 8th 2010
     
    Hello,

    I would like to know, if it would be possible to add a table footer to a big html over pages.

    In the invoice example, the table footer does not appear on page change.

    let me know

    regards

    Quentin
    • CommentAuthorIanBack
    • CommentTimeMar 10th 2010
     
    I am not sure which Invoice example you are looking at, but a table footer should work. You need to specify <tfoot>...</tfoot> just as you would for a table header.

    Note that (as per HTML spec) the <tfoot> must be written after the <thead> and before the <tbody> part.