View Full Version : IFRaMEz not aPPearIng


Webmaster04
08-24-2005, 04:12 PM
Here's the code I used in my site:

<!--========================= IFRAMES START HERE =========================--!>

<iframe name="inline" src="/greek/site/welcome.htm" frameborder="0" width="620" height="570" style="position: absolute; top: 450px; left: 265px;" allowtransparency="true"></iframe>
<iframe name="" src="/greek/site/affiliates.htm" frameborder="0" width="210" height="210" style="position: absolute; top: 10px; left: 10px;" allowtransparency="true"></iframe>
<iframe name="" src="/greek/site/info.htm" frameborder="0" width="195" height="565" style="position: absolute; top: 460px; left: 10px;" allowtransparency="true"></iframe>

<!--========================= IFRAMES END HERE ===========================--!>

but the iframes just arent appearing on the page...what should i do?? thnx: Site (http://www.magical-warriors.com/greek/main.htm)

starlet
08-24-2005, 04:19 PM
Remove the exclamation mark at the end of the 'IFRAME START HERE' comment tag...it shouldn't be there.

<!--========================= IFRAMES START HERE =========================-->

<iframe name="inline" src="/greek/site/welcome.htm" frameborder="0" width="620" height="570" style="position: absolute; top: 450px; left: 265px;" allowtransparency="true"></iframe>
<iframe name="" src="/greek/site/affiliates.htm" frameborder="0" width="210" height="210" style="position: absolute; top: 10px; left: 10px;" allowtransparency="true"></iframe>
<iframe name="" src="/greek/site/info.htm" frameborder="0" width="195" height="565" style="position: absolute; top: 460px; left: 10px;" allowtransparency="true"></iframe>

<!--========================= IFRAMES END HERE ===========================-->