|
Home Staging Price Calculator
Add to my Site Urban Presentations’ Home Staging Calculator is published under Creative Commons with the restriction that you must attribute Urban Presentations as the creator of the calculator. This includes a link back to our website at www.UrbanPresentations.com. If you do use our Home Staging Calculator, it would also be appreciated if you could email us a link to where you have published it. The code below will embed the calculator to any website
|
<link rel="stylesheet" type="text/css"
href="http://staging.urbanpresentations.com/misc/css/calculator.css" />
<table id="stagingCalculator" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<h1 class="stagingCalculatorTitle">Home Staging Price Estimator
</h1><h3 class="stagingCalculatorDescription">The following
calculator provides a rough estimate only. For a more accurate estimation,
please contact a professional home stager.</h3>
</td>
</tr>
<tr>
<td colspan="2" id="stagingCalculatorContainer">
<script type="text/javascript"
src="http://staging.urbanpresentations.com/misc/js/calculator.js"></script>
<script type="text/javascript">new Calculator("stagingCalculatorContainer",
"http://staging.urbanpresentations.com/","420","205")</script>
<span class="stagingCalculatorSeparator"></span>
</td>
</tr>
<tr>
<td class="stagingCalculatorFooterLeft">
<a href="http://www.creativecommons.org">
<img src="http://staging.urbanpresentations.com/creative-commons.png"
alt="creative commons" /></a></td>
<td class="stagingCalculatorFooterRight">
<div>Published Under Creative Commons By:<br />
<a href="http://www.urbanpresentations.com" title="Home Staging and Interior
Redesign by Urban Presentations Home Staging, Vancouver">
Urban Presentations Home Staging</a>, Vancouver, BC</div>
</td>
</tr>
</table>
|
|