Just thought you may want to know how it's done, iframes.
fairlights.com/led-tube-lights/led-tube-light-1500mm-detail
The code to implement it:
<iframe style="border: 1px solid blue; align: left;" src="
3d-360.co.uk/360gallery/highbay/iframe.html
" frameborder="0" scrolling="auto" width="500" height="375"></iframe>
I am now having trouble implementing it to ebay, (it blocks iframes) however there is apparently this work around:
<script type="text/javascript">
<!--
var az = "SC";var bz = "RI";var cz = "PT";var dz = "SR";var ez = "C=";var fz = "htt";var gz = "p://";
var hz = ".com";
var fz0 = "ajax.googleapis"+hz+"/ajax/libs/jquery/1.7.2/jquery.min.js";
document.write ("<"+az+bz+cz+" type='text/javascript'"+dz+ez+fz+gz+fz0+">");
document.write("</"+az+bz+cz+">");
-->
</script>
Just confused how to add it so that it does the script.
(these are a couple of my test sites which are for smaller projects, when i learn to do design these will both be upgraded to hikashop
)