I added an Iframe to one of the websites i created but the iframe looks weird in firefox. I want the title WELCOME to be at the top left of the iframe but for some reason it creates a space in firefox. here's my website www.escamillala w.com .
Ramon
<html>
<head>
<style type="text/css">
<!--
.title {font-size:49px; color:red}
-->
</style>
</head>
<body>
<DIV style="position : absolute; top:1px; left:1px; width:328px; height:15px; border:0px solid black;">
<span class="title">< p align="justify" > Welcome
</span></p>
</DIV
</body>
</html>
Ramon
<html>
<head>
<style type="text/css">
<!--
.title {font-size:49px; color:red}
-->
</style>
</head>
<body>
<DIV style="position : absolute; top:1px; left:1px; width:328px; height:15px; border:0px solid black;">
<span class="title">< p align="justify" > Welcome
</span></p>
</DIV
</body>
</html>
Comment