concrete 5 external link in block

Permalink
I have some html pages (with navigation) created by an external tool (in fact a help generator). I would include them in my site. The first essay was to use, in the DashBoard/Sitemap, the 'Add external link' function. All is OK, except that the user feel to be 'out' of my site, and there is no elegant way to come back to it.
Is there any way to include main extrenal page in a block ?

 
A3020 replied on at Permalink Best Answer Reply
A3020
Maybe you can use an iframe?

<iframe src="http...." style="width: 100%; height: 100%; border: 0px;"></iframe>
Philnext replied on at Permalink Reply
Good idea, I used Dynamic Iframe : very good add on.