so sollte es gehen:
Code:
<body background="/xtcommerce/templates/physio.express/img/bg_index.gif">
{config_load file="$language/lang_$language.conf" section="index"}
<table width="80%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td height="50" colspan="2"><div align="center"><img src="{$tpl_path}img/top_logo.jpg" align="absmiddle"></div></td>
</tr>
<tr>
<td height="10" colspan="2"><table width="100%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td height="32" background="/xtcommerce/templates/physio.express/img/bg.gif" class="main">{$navtrail}</td>
<td background="/xtcommerce/templates/physio.express/img/bg.gif" class="main">
<div align="right">{if $account}{php} if (isset($_SESSION['customer_id']))
{ {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if
$account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a>
| <a href="{$checkout}">{#link_checkout#}</a></div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="180" valign="top" bgcolor="D4D6DD" class="navLeft" style="border-right: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-color: #3a4d90;"><p>{$box_CATEGORIES}
{$box_SEARCH}<br>
{$box_LOGIN}<br>
{$box_ADMIN}<br>
{$box_LANGUAGES}<br>
{$box_TELL_FRIEND}<br>
{$box_CART}<br>
{$box_CONTENT}<br>
{$box_INFORMATION}</p>
</td>
<td valign="top" width="100%"><br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="main">{$main_content}</td>
</tr>
</table></td>
</tr>
</table>
</body>
die zelle in zeile 30 , in der die tabelle f?r den Main_Content steckt hatte keine Breite.