Hey I started using Cakeslice today. It's framing it how I want it but when I paste the html code into my index.html file, when viewed in the browser the iframe is aligned to the left side of the screen. I'd like to center it, but I've tried:
<center>
<div style="overflow: hidden; width: 100%; height: 100%; position: relative;" id="i_div">
<iframe name="i_frame" src="hxxp://www.junkbusters.com/cgi-bin/privacy" style="border: 0pt none ; left: -690px; top: -319px; position: absolute; width: 1280px; height: 606px;" scrolling="no"></iframe></div>
</center>
<div style="text-align:center;"><div style="overflow: hidden; width: 100%; height: 100%; position: relative;" id="i_div">
<iframe name="i_frame" src="hxxp://www.junkbusters.com/cgi-bin/privacy" style="border: 0pt none ; left: -690px; top: -319px; position: absolute; width: 1280px; height: 606px;" scrolling="no"></iframe></div></dive>
Neither one is working. Any help on changing the iframe's position would be greatly appreciated and would earn you mad thanks!
<center>
<div style="overflow: hidden; width: 100%; height: 100%; position: relative;" id="i_div">
<iframe name="i_frame" src="hxxp://www.junkbusters.com/cgi-bin/privacy" style="border: 0pt none ; left: -690px; top: -319px; position: absolute; width: 1280px; height: 606px;" scrolling="no"></iframe></div>
</center>
<div style="text-align:center;"><div style="overflow: hidden; width: 100%; height: 100%; position: relative;" id="i_div">
<iframe name="i_frame" src="hxxp://www.junkbusters.com/cgi-bin/privacy" style="border: 0pt none ; left: -690px; top: -319px; position: absolute; width: 1280px; height: 606px;" scrolling="no"></iframe></div></dive>
Neither one is working. Any help on changing the iframe's position would be greatly appreciated and would earn you mad thanks!