Skip to content

Instantly share code, notes, and snippets.

@mmparker
Created February 20, 2014 19:20
Show Gist options
  • Select an option

  • Save mmparker/9121221 to your computer and use it in GitHub Desktop.

Select an option

Save mmparker/9121221 to your computer and use it in GitHub Desktop.
CSS for printing an HTML table, one row per page (it's a tall row)
@media print {
tr{
page-break-after: always;
display: block;
}
}
@sefacan
Copy link
Copy Markdown

sefacan commented Jul 26, 2019

Perfectly!!

@kaledsoft
Copy link
Copy Markdown

nice one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment