x

iframe help please!

I've searched threads and tested various code but have been unsuccessful.

Here's a link to the page I want to embed an iframe on: https://inlinetestsite.weebly.com/candidate-login.html

Here's my iframe code:

<iframe frameborder="0" scrolling="no"src="http://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>

TIA for your help, Weebly Community! 

2,522 Views
Message 1 of 3
Report
1 Best Answer

Best Answer

@abilibee

Try this - the url should be secure so change http to https...

<iframe frameborder="0" scrolling="no"src="https://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>

and then you should get this...

image

View Best Answer >

2,514 Views
Message 4 of 3
Report
2 REPLIES 2

Best Answer

@abilibee

Try this - the url should be secure so change http to https...

<iframe frameborder="0" scrolling="no"src="https://inlinereferencecheck.com/app/prod/login.php" width="100%" height="990"></iframe>

and then you should get this...

image

2,515 Views
Message 4 of 3
Report

Amazing, thank you so much!

2,511 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.