Skip to content
English
  • There are no suggestions because the search field is empty.

How to iframe an ePro link?

An iFrame lets you embed your ePro link on your website.

What is an iframe?

An iframe (inline frame) is an HTML document embedded inside another HTML document.  It is easily defined as a webpage within a webpage.  This process is mainly used with the Quotit ePro links so that the quote engine can be placed within the custom website that was created.  This allows consumers to maintain the look and feel of the website they have visited.

How do I place my ePro link in an iframe on my own website?

This is a very simple process that your web designer can complete for you.  Below is the basic HTML code that would need to be used and placed on your current website's page:

<iframe src="INSERT THE LINK HERE" width="940"  height="600" scrolling="auto" frameborder="0">       </iframe>

  •  Copy the ePro link of your choice and paste it into the code - replacing: INSERT THE LINK HERE

Note:
The width="960" represents the width of the iframe in pixels and can be adjusted to your websites width. Changing the value in this section will not harm your website nor the quote engine, it only adjusts the viewing window of the iframe. The height="600" is the height of the iframe, please note that you cannot use a % value on this field. If you placed a 100% value where the 600 is, it will squash the viewing window. There is no minimum or maximum width or height on these values, adjust them according to your website.

    • You will repeat the process for each ePro link you want displayed on each individual page