Inserting HTML Mortgage Calculator code
Posted: Wed May 03, 2017 12:26 am
This is code for a Mortgage Calculator from http://usmortgagecalculator.org/mortgag ... or-widget/
I copied the HTML code per the creator's instructions, and click Insert>HTML, then expanded and place the box where I wanted it to appear in my page (an empty area). I double clicked the HTML frame, typed a Description and pasted the code in the HTML area in the HTML Properties window. To view the result, I Previewed (is there another way to view it without Previewing?). Only the bottom third of the calculator appeared and it was toward the top of the page right under the banner. The CSS tabs were pushed down to the middle of the page along with the Calculator title text box I created, but the horizontal black background strip that the CSS tabs were placed on remained at the top under the banner.
I tried removing the <!DOCTYPE>, etc., as you suggested in the documentation, but that didn't help. I also experimented with the Type settings in the HTML Properties box, but nothing changed. Can you suggest a cure? Thanks for your help. FYI - Below is the calculator code.
<!-- Amortization Calculator Widget START -->
<script src="http://usmortgagecalculator.org/widget/ ... der.min.js" type="text/javascript"></script>
<div id="acww-widgetwrapper" style="min-width:250px;width:100%;"><div id="acww-widget" style="position:relative;padding-top:0;padding-bottom:280px;height:0;overflow:hidden;"></div><div id="acww-more" style="background:#333;font:normal 13px/1 Helvetica, Arial, Verdana, Sans-serif;padding:10px 0;color:#FFF;text-align:center;width:100%;clear:both;margin:0;clear:both;float:left;"><a style="background:#333;color:#FFF;text-decoration:none;border-bottom:1px dotted #ccc;" href="http://usmortgagecalculator.org/" title="Mortgage Calculator" rel="nofollow" target="_blank">usmortgagecalculator.org</a></div></div><!-- Amortization Calculator Widget END -->
I copied the HTML code per the creator's instructions, and click Insert>HTML, then expanded and place the box where I wanted it to appear in my page (an empty area). I double clicked the HTML frame, typed a Description and pasted the code in the HTML area in the HTML Properties window. To view the result, I Previewed (is there another way to view it without Previewing?). Only the bottom third of the calculator appeared and it was toward the top of the page right under the banner. The CSS tabs were pushed down to the middle of the page along with the Calculator title text box I created, but the horizontal black background strip that the CSS tabs were placed on remained at the top under the banner.
I tried removing the <!DOCTYPE>, etc., as you suggested in the documentation, but that didn't help. I also experimented with the Type settings in the HTML Properties box, but nothing changed. Can you suggest a cure? Thanks for your help. FYI - Below is the calculator code.
<!-- Amortization Calculator Widget START -->
<script src="http://usmortgagecalculator.org/widget/ ... der.min.js" type="text/javascript"></script>
<div id="acww-widgetwrapper" style="min-width:250px;width:100%;"><div id="acww-widget" style="position:relative;padding-top:0;padding-bottom:280px;height:0;overflow:hidden;"></div><div id="acww-more" style="background:#333;font:normal 13px/1 Helvetica, Arial, Verdana, Sans-serif;padding:10px 0;color:#FFF;text-align:center;width:100%;clear:both;margin:0;clear:both;float:left;"><a style="background:#333;color:#FFF;text-decoration:none;border-bottom:1px dotted #ccc;" href="http://usmortgagecalculator.org/" title="Mortgage Calculator" rel="nofollow" target="_blank">usmortgagecalculator.org</a></div></div><!-- Amortization Calculator Widget END -->