Помогите!

Вот не смотря работает или нет, набросала вам набросок.. проверяйте.
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><?php
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }

if (file_exists(INFUSIONS."latest_downloads_panel/locale/".$settings['locale'].".php")) {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."latest_downloads_panel/locale/".$settings['locale'].".php";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."latest_downloads_panel/locale/English.php";
}
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>
<tr width='50%'><td width='50%'>";
openside($locale['LDP_001']);
&nbsp;&nbsp;&nbsp;&nbsp;$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,5");
&nbsp;&nbsp;&nbsp;&nbsp;if (dbrows($result) != 0) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<table width='100%' cellpadding='0' cellspacing='0'>";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while ($data = dbarray($result)) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<tr>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td class='small'>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='".THEME."images/bullet.gif'>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."'

title='".$data['download_title']."' class='side'>".trimlink($data['download_title'], 28)."</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td align='right'>".$data['download_count']."</td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tr>";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "</table>";
&nbsp;&nbsp;&nbsp;&nbsp;} else {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<div style='text-align:center'>".$locale['004']."</div>\n";
&nbsp;&nbsp;&nbsp;&nbsp;}
closeside();&nbsp;&nbsp;&nbsp;&nbsp;
echo "</td></tr>";&nbsp;&nbsp;&nbsp;&nbsp;

if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }

if (file_exists(INFUSIONS."popular_downloads_panel/locale/".$settings['locale'].".php")) {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."popular_downloads_panel/locale/".$settings['locale'].".php";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."popular_downloads_panel/locale/English.php";
}
echo "<tr width='50%'><td width='50%'>";

openside("Популярне загрузки");
$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,5");
if (dbrows($result) != 0) {
&nbsp;&nbsp;&nbsp;&nbsp;echo "<table cellpadding='0' cellspacing='0'>";
&nbsp;&nbsp;&nbsp;&nbsp;while($data = dbarray($result)) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$itemsubject = trimlink($data['download_title'], 23);
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<tr>\n<td class='small'><img src='".THEME."images/bullet.gif'> <a

href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."'

class='side'>$itemsubject</a></td>\n
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td align='right'>".$data['download_count']."</td>\n</tr>\n";
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;echo "</table>";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;echo "<center>".$locale['004']."</center>\n";
}
&nbsp;&nbsp;&nbsp;&nbsp;
closeside();

echo "</td></tr></table>";

?><!--c2--></div><!--ec2-->
 
не то это
тут один сверху а другой снизу блолк, а нужно что бы по бокам они должны быть
 
Поправить никак?
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--><?php
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }

if (file_exists(INFUSIONS."latest_downloads_panel/locale/".$settings['locale'].".php")) {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."latest_downloads_panel/locale/".$settings['locale'].".php";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."latest_downloads_panel/locale/English.php";
}
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'>
<tr width='50%'><td width='50%'>";
openside($locale['LDP_001']);
&nbsp;&nbsp;&nbsp;&nbsp;$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 0,5");
&nbsp;&nbsp;&nbsp;&nbsp;if (dbrows($result) != 0) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<table width='100%' cellpadding='0' cellspacing='0'>";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while ($data = dbarray($result)) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<tr>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td class='small'>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='".THEME."images/bullet.gif'>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."'

title='".$data['download_title']."' class='side'>".trimlink($data['download_title'], 28)."</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td align='right'>".$data['download_count']."</td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tr>";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "</table>";
&nbsp;&nbsp;&nbsp;&nbsp;} else {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<div style='text-align:center'>".$locale['004']."</div>\n";
&nbsp;&nbsp;&nbsp;&nbsp;}
closeside();&nbsp;&nbsp;&nbsp;&nbsp;
echo "</td>";&nbsp;&nbsp;&nbsp;&nbsp;

if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }

if (file_exists(INFUSIONS."popular_downloads_panel/locale/".$settings['locale'].".php")) {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."popular_downloads_panel/locale/".$settings['locale'].".php";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;include INFUSIONS."popular_downloads_panel/locale/English.php";
}
echo "<td width='50%'>";

openside("Популярне загрузки");
$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,5");
if (dbrows($result) != 0) {
&nbsp;&nbsp;&nbsp;&nbsp;echo "<table cellpadding='0' cellspacing='0'>";
&nbsp;&nbsp;&nbsp;&nbsp;while($data = dbarray($result)) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$itemsubject = trimlink($data['download_title'], 23);
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo "<tr>\n<td class='small'><img src='".THEME."images/bullet.gif'> <a

href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."'

class='side'>$itemsubject</a></td>\n
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td align='right'>".$data['download_count']."</td>\n</tr>\n";
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;echo "</table>";
} else {
&nbsp;&nbsp;&nbsp;&nbsp;echo "<center>".$locale['004']."</center>\n";
}
&nbsp;&nbsp;&nbsp;&nbsp;
closeside();

echo "</td></tr></table>";

?><!--c2--></div><!--ec2-->
 
Сверху