Saplak Posted July 22, 2006 Report Share Posted July 22, 2006 Hallo ich habe folgendes problem ich habe xt commerce installiert , danach wollte ich das auf der linken und rechten ende des shops so freiboxen sind also die breite des shops verkleinern, ich habe folgende werte eingestellt von 100% auf 80% soweit alles super aber jetzt ist nur rechts frei und der shop hat sich nach links verschoben irgendwie muss ich das noch zentrieren oder? kann mir da jemand helfen? {config_load file="$language/lang_$language.conf" section="index"} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="80%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="{$tpl_path}img/top_logo.jpg" alt="{$store_name}" /></td> </tr> <tr> <td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="main">{$navtrail}</td> <td align="right" class="main">{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></td> </tr> </table></td> </tr> <tr> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.