- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Awesome - thank you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Does it work on your published site? Sometimes the codes don't generate within the editor, @deai
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
What page of your site did you add that to, @tomtomboy, and are you looking at the published site or just in the editor?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content