View Full Version : iFrame not centering..


mandarinspyce
01-03-2006, 10:34 PM
With my level of HTML knowledge I feel like such a retardhaving to ask this.. but anyway, I've been playing with my code for over an hour trying to simply center an iframe. Nothing major. But I can't get it to budge. Here's the code...


<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>
four-nineteen
</title>
</head>
<body bgcolor="#c3c3c3" topmargin="0" bottommargin="0" leftmargin="5" rightmargin="0">
<table border="0">
<tr>
<td valign="top">
<table width="346" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<img src="images/01.jpg" width="346" height="309"></td>
</tr>
<tr>
<td valign="top">
<img src="images/02.jpg" width="346" height="5"></td>
</tr>
<tr>
<td valign="top">
<img src="images/03.jpg" width="346" height="7"></td>
</tr>
<tr>
<td background="images/04.jpg" id="main" name="main"><?php include('04.php');?></td>
</tr>
<tr>
<td valign="top"><img src="images/03_up.jpg" width="346" height="7"></td>
</tr>
</table>
</td>
<td valign="top"><img src="images/spacer.jpg"></td>
<td valign="top">
<table width="266" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/05.jpg" width="266" height="124">
<table>
<tr>
<td>
<center><IFRAME name="inlineframe" src="iframe.html" width="252" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0"
scrolling="auto" style="FILTER: chroma(color=#00ff00); border: 0px;" allowtransparency="true"></center></IFRAME>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<img src="images/06.jpg" width="266" height="5"></td>
</tr>
<tr>
<td valign="top">
<img src="images/07.jpg" width="266" height="7"></td>
</tr>
<tr>
<td background="images/08.jpg" id="right">lkjlkjlk<p><br>
<a href="03.php" target="main">lkjlkjlk</a><p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk<p><br>
lkjlkjlk</td>
</tr>
<tr>
<td valign="top">
<img src="images/07_up.jpg" width="266" height="7"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>


I also have it online here (http://www.four-nineteen.org/etc/himviv/index.php). Any thoughts?

mandarinspyce
01-03-2006, 10:54 PM
Aye... nevermind. I knew it was going to be something stupid :p I got it.