Forum Moderators: open
I have this little problem whit a position of a table.
The deal is that i have 2 tables inside of one table, now the booht tables are not in the right position that it is suposed to be (on top ) like the image bellow shows you
<no screenshots please>
html code
<td style=" padding-top: 0px;" >
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="mtl"></td>
<td class="mtc"></td>
<td class="mtr"></td>
</tr>
<tr>
<td class="ml"></td>
<td class="mct" height="557" ><div align="center"><?
if(!isset($site)) $site="news";
//Sichheitslücke beheben
$invalide = array('/','/\/',':','.');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")) $site = "news";
include($site.".php");
?> </div>
</td>
<td class="mr"></td>
</tr>
<tr>
<td colspan="3" class="mf"></td>
</tr>
</table>
css code
.mct{
background-color:#fefafb;
width:557px;
vertical-align:top;
background-repeat:repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
}
Any help would be great thanks in advance
[edited by: XTM_Driv3r at 11:05 am (utc) on Aug. 24, 2007]
[edited by: encyclo at 2:01 pm (utc) on Aug. 24, 2007]