I want to build one page to show book like structure from one table. The table has self referencing data. table columns are id, parent, title and detail.
Is it possible to show this data in tree component as the levels are not pre-defined and can be any number?
The portion highlighted is title of html file kept in database. Normally title (given in html code) is not visible in preview in browser. I am attaching same in my present system.
You should never embed a full HTML document inside another one. Your HTML contains html, head and body tags - you have to remove them when you want to embed them inside another existing HTML page.