Skip to content

Instantly share code, notes, and snippets.

@taka2
Created December 10, 2009 02:03
Show Gist options
  • Select an option

  • Save taka2/253045 to your computer and use it in GitHub Desktop.

Select an option

Save taka2/253045 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>page-break-after test</title>
<style type = "text/css">
.aaa
{
page-break-after: always;
}
</style>
</head>
<body>
<div class = "aaa">
1page
</div>
<div class = "aaa">
2page
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment