GetSimple Support Forum

Full Version: How to embed another website under the header?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using iframe has follows:

<iframe width="100%" height="100%" src="http://www.mywebsite.com" frameborder="0"></iframe>

This is the result:

[Image: f2nggo.jpg]

Unfortunately, that is NOT what I want. What I want is the following:

[Image: 2d9o46b.jpg]

I wonder if there is a plugin which helps me with it. If not, could you give me a hint about how you would solve it? Modifying something in the theme maybe? Overwriting CSS with Javascript?
above the header or above the content ?
Actually I mean UNDER the header. What a mistake! Thank you!

(2015-04-05, 08:38:24)shawn_a Wrote: [ -> ]above the header or above the content ?
Make a custom template in your theme.
also you need a cross domain policy if its not the same domain.

not sure what your exact problem is
I have added screenshots to the question. Hopefully it will be clear now. Thanks!

(2015-04-06, 00:35:32)shawn_a Wrote: [ -> ]Make a custom template in your theme.
also you need a cross domain policy if its not the same domain.

not sure what your exact problem is
you need a second template file with the extra site elements (sides and whatnot) removed so it is just your top navbar and the iframe on the page.

however, imho, screenshots on your pages, with links to actual outside site or page (if you want them), are better for something like this.
Yeah you need a new template with the wrappers removed.