View Full Version : help me please!


pippin_is_luvly
02-16-2003, 05:31 AM
Please help me! I'm having a really hard time with this specific table. Every time I put information (an linline frame) into my first cell, it appears beneath and outside of the entire table when I view the website. Here's my webpage code-->

<xmp>

<html>
<head>
<TITLE>test</TITLE>
<script language='javascript'>
setInterval("window.status=' '",5);
</script>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#BC8484;
scrollbar-highlight-color:#BC8484;
scrollbar-3dlight-color:#BC8484;
scrollbar-darkshadow-color:#BC8484;
scrollbar-shadow-color:#BC8484;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#BC8484;
}

BODY, P, TD, li {
font-family:Verdana, Arial;
text-align: justify;
line-height:11px;
font-size: 10px;
color:#000000;
font-weight:none;}

A:link{color:#BC8484;text-decoration:none;cursor:default;}
A:visited{color:#BC8484;text-decoration:line-through;cursor:default;}
A:active{color:#BC8484;text-decoration:none;cursor:default;}
A:hover{color:#FFFFFF;text-decoration:underline overline;cursor:default;}
-->
</STYLE>
<STYLE type="text/css"> BODY { cursor: crosshair; } </STYLE>

</head>
<body bgcolor="#BC8484">
<center>

<table border="5" Cellpadding=3 cellspacing=3 Bordercolor="BC8484">
<tr>
<td background="testmain.jpg" Align="right" colspan=2 Bordercolor="BC8484"><iframe FRAMEBORDER="0" BORDER=0 width=326px height=391px src="inlinetest.html" name="inline" style="position:absolute; left:600px; top:300px" scrolling=auto allowtransparency="true"></iframe>
</td>
</tr>
<td Bgcolor="#FFFFFF" Bordercolor="BC8484">Cell 1</td>
<td>cell 2</td>
</tr>
</table>



</table>
</body>
</html>

</xmp>

my url for it is http://pipcurlylocks.tripod.com/test/maintest.html
It's just a page where I test out my new layouts but this is not working!

Thanks:)

pb&j
02-16-2003, 05:36 AM
style="position:absolute; left:600px; top:300px"
That is probably your problem. Take that out and check the results.

pippin_is_luvly
02-16-2003, 05:38 AM
thanks so much now I can continue :D thanks again :)