I would like to embed HTML code into a html page. The styles from the HTML embeded code is disturbing the complete layout, that´s why I want to use iframes. The problem is that there is no .html page to link to, because this HTML code is comming from the database. I have tryed something like:
<iframe>${htmlContent} </iframe> Where ${htmlContent} contains a simple html content.
<html> <head> <title></title> </head> <body> </body> </html>
srcof theiframe?<html>tags?