Forum Discussion
mahesh_revanwar
10 years agoExpert
Hi miikka,
I think you have to use ifrmae for adding .html file to custom component.
example:
File name: 1.html
<html> <body> <h1>Header file</h1> <body> </html>
File name: 2.html
<html> <body> <iframe src="1.html"></iframe> <h2>header2 file</h2> <body> </html>
Regards,
Mahesh Revanwar
If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."
Related Content
- 4 years ago
- 10 years ago