Jump to content

How to allow (enforce) page breaks INSIDE <iframe> elements?


pstein

Recommended Posts

Normally users can assign a CSS stament like

page-break-inside: auto !important;

or

break-inside: auto !important;

to a <table> of <img> element to allow (pdf) page breaks when printing out.

As I found out this doesn't work for <iframe> elements.

 

Is there a similar css attribute for them?

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...