[Solved] How to make a page within a page? [closed]
You sort of answered your own question in the question. The ideal way to do this is with an <iframe>. If an <iframe> is not possible then you can manually ‘scope’ your CSS by prefixing all rules in your ‘frame’ with a certain ID and overriding your default styles: .style1 { … } .style2 { … Read more