angelgurlie1515
07-16-2003, 04:58 AM
I know this sounds stupid, but my text above my iframe is not working. Here's the code:
<iframe src="end.html" id="end" width="350" height="350" style="position: absolute; left: 400; top: 80;"></iframe>
<div style="position:absolute; right:200px; top:50px;">
<font face="Verdana" size="3#" color="#FFFFFF">
<a href="Adoption.html" target="end">Adopt</a>
...
<a href="Inside.html" target="end">Inside</a>
...
</div>
Is there anything wrong??
<iframe src="end.html" id="end" width="350" height="350" style="position: absolute; left: 400; top: 80;"></iframe>
<div style="position:absolute; right:200px; top:50px;">
<font face="Verdana" size="3#" color="#FFFFFF">
<a href="Adoption.html" target="end">Adopt</a>
...
<a href="Inside.html" target="end">Inside</a>
...
</div>
Is there anything wrong??