How can I scale the content of an iframe (in my example it is an HTML page, and is not a popup) in a page of my web site?
For example, I want to display the content
As said, I doubt you can do it. Maybe you can scale at least the text itself, by setting a style font-size: 80%;. Untested, not sure it works, and won't resize boxes or images.
font-size: 80%;