Printing a large html table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chpadmamca
    New Member
    • Oct 2007
    • 5

    Printing a large html table

    Hi ,

    I have a large html table which i need to print with caption on each page and i dont want to see the aplitted rows across page.

    How can i acheive this.


    Thanks.
  • helimeef
    New Member
    • Sep 2007
    • 77

    #2
    Originally posted by chpadmamca
    Hi ,

    I have a large html table which i need to print with caption on each page and i dont want to see the aplitted rows across page.

    How can i acheive this.


    Thanks.
    The <caption> tag, goes inside the <table> element above everything else.
    You're not using tables for layout are you? Remember only use them for tabular data, not a whole page.

    Comment

    Working...