Stubbschris121
12-17-2007, 11:48 AM
im trying to use an Iframe on my webpage, everything shows up ok in internet explorer but in firefox the frame shows up but its just blank??
here is my code
<div id="repairtext">
<div align="center">
<p><strong>Phone Chargers</strong> </p>
<p align="left"><iframe src="index.html" width="100%" height="100%"></iframe></p>
</div>
<div align="left"></div>
</div>
</body>
</html>
here is my code
<div id="repairtext">
<div align="center">
<p><strong>Phone Chargers</strong> </p>
<p align="left"><iframe src="index.html" width="100%" height="100%"></iframe></p>
</div>
<div align="left"></div>
</div>
</body>
</html>