x

iframe not displaying correctly

I have this HTML iframe code on two seperate websites:

<iframe class="VisiCalcClass" id="Loan_Repayment_Calculator" src="
https://module50.visionabacus.com/Tools/B3/SuiteA/Z200/MFAA/Loan_Repayment_Calculator/BlueGr
een" frameborder="width: 700px; height: 1500px" scrolling="no">
</iframe>

One displays fine, the other cuts off halfway. Here is the one that is cut off:

http://www.dreampropertygroup.com.au/loan-repayment-calculator.html

Can anyone help me to get this to display the entire iframe correctly?

5,375 Views
Message 1 of 9
Report
1 Best Answer

Best Answer

@artvanderlay

Try this...

<iframe class="VisiCalcClass" id="Loan_Repayment_Calculator" src="
https://module50.visionabacus.com/Tools/B3/SuiteA/Z200/MFAA/Loan_Repayment_Calculator/BlueGreen" width="700";
height="1500"
scrolling="no"> </iframe>

View Best Answer >

5,364 Views
Message 10 of 9
Report
8 REPLIES 8

Best Answer

@artvanderlay

Try this...

<iframe class="VisiCalcClass" id="Loan_Repayment_Calculator" src="
https://module50.visionabacus.com/Tools/B3/SuiteA/Z200/MFAA/Loan_Repayment_Calculator/BlueGreen" width="700";
height="1500"
scrolling="no"> </iframe>
5,365 Views
Message 10 of 9
Report

Awesome - thank you!

5,334 Views
Message 10 of 9
Report

I'm having the same problem. I tried to deduce what you did to fix the code, which looks like just removing the frameborder info. Is this true?

Here's my code: 

<iframe src="http://free.timeanddate.com/countdown/i64fe2l4/n137/cf111/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cac000/cpc000/..." allowTransparency="true" frameborder="0" width="320" height="135"></iframe>

5,218 Views
Message 10 of 9
Report

I have the same problem on this site:

https://welenhoecktest2.weebly.com/contactformulier.html

This is my code: 

<iframe src="http://www.waaromniet.be/Welenhoeck/contactformulier.php" height="500" width="500" allowTransparency="true" frameborder="0"></iframe>

Can someone give me the right code please?

P.S. I made this form before I began with weebly. It is for hiding e-mailadresses on the site for preventing spam. 

4,361 Views
Message 10 of 9
Report

how can I customize this solution to work for other links?  

I have an ArcGIS web map app that I would like to embed.  

<iframe width="300" height="200" frameborder="0" scrolling="no" allowfullscreen src="http://arcg.is/0LrLeX"></iframe>

Above is my code and it does not work.  Tried to use solution above but with new link and it still doesn't work. 

4,109 Views
Message 10 of 9
Report
Square

Does it work on your published site? Sometimes the codes don't generate within the editor, @deai

4,108 Views
Message 10 of 9
Report

I am trying to embed this website into my website.

https://seedly.sg/compare/sim-only-mobile-plans

Can you see how come i used your codes and it did not show up any results?

3,540 Views
Message 10 of 9
Report
Square

What page of your site did you add that to, @tomtomboy, and are you looking at the published site or just in the editor?

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