evania
12-25-2007, 07:29 AM
im unsure if this is right for the HTML thread, but since it's a HTML problem im posting here.
i have this code bellow where im trying to center the text from <? include 'includes/toptoday.php'; ?> it works in firefox but when i try to force it center so it's also centerd in Internet explorer it wont work and wont center itself while all other test / include files are centerd, anyone know why ? :/
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="820">
<tr>
<td width="820"><? include 'header.php'?><br>
<table class="body1" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="820">
<tr>
<td width="820"><center>Tip: <i><br>Here is a list of the top users for today!</center><br><br><center><? // include 'includes/userpanel.php'?></center><center><? include 'includes/toptoday.php'; ?><br><br></td></center>
</tr>
</table><center>
<?/****/ include 'includes/footer.html'; ?>
<br><br></td>
</tr>
</table>
</div>
</center>
i have this code bellow where im trying to center the text from <? include 'includes/toptoday.php'; ?> it works in firefox but when i try to force it center so it's also centerd in Internet explorer it wont work and wont center itself while all other test / include files are centerd, anyone know why ? :/
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="820">
<tr>
<td width="820"><? include 'header.php'?><br>
<table class="body1" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="820">
<tr>
<td width="820"><center>Tip: <i><br>Here is a list of the top users for today!</center><br><br><center><? // include 'includes/userpanel.php'?></center><center><? include 'includes/toptoday.php'; ?><br><br></td></center>
</tr>
</table><center>
<?/****/ include 'includes/footer.html'; ?>
<br><br></td>
</tr>
</table>
</div>
</center>