How to embed a webpage into webflow page?

Hey @Naama Try these steps;

  1. Drag and drop the embed code element inside a div/section where you want the external page to appear.
  2. Paste in this code

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


3.This will ensure that the webpage fill the vertical width and height of the section you want it to appear. If you want to view it in the designer, allow your browser to load scripts, usually from the right side of the address bar in chrome, while in the designer. Otherwise the embedded code is only visible in the exported site.

2 Likes