Jump to content
xt:Commerce Community Forum

Verschieben Des Copy...


chinadown

Recommended Posts

So schaut sie im Moment aus

{config_load file="$language/lang_$language.conf" section="index"}

<table border="0" align="right" cellpadding="0" cellspacing="0" width="100%">

<tr valign="bottom">

<td colspan="2" width="100%"><!--top_logo.jpg--></td>

</tr>

<tr>

<td colspan="2" width="100%">

<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr>

<td class="main">{$navtrail}</td>

<td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}{if $account}{#link_account#} | {/if}{#link_cart#} | {#link_checkout#}</div></td>

</tr>

</table></td>

</tr>

<tr>

<td width="350" valign="top" class="navLeft">{$box_CATEGORIES}

{$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH}

{$box_SPECIALS}<!#{$box_WHATSNEW}--></td>

<td valign="top" rowspan="3" width="100%">

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td class="main" width="100%">{$main_content}</td>

</tr>

</table></td>

</tr>

<tr>

<td width="350" valign="top" class="navLeft">

<hr size="1" color="#000000" noshade>

</td>

</tr>

<tr>

<td width="350" valign="top" class="navLeft">{$box_CART}

{$box_LOGIN} {$box_ADMIN}<!#{$box_BESTSELLERS} {$box_CURRENCIES}--> <!--{$box_LANGUAGES}

{$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}--></td>

</tr>

</table>

Link to comment
Share on other sites

HI.

Versuch das mal.

------------------------------------------------

{config_load file="$language/lang_$language.conf" section="index"} 

<table width="100%" height="100%" border="0" align="right" cellpadding="0" cellspacing="0">

 <tr valign="bottom">

  <td height="50" colspan="3"><img src="{$tpl_path}img/top_logo.jpg"></td>

 </tr>

 <tr>

  <td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;" height="10" colspan="3"><table width="100%" border="0" cellpadding="2" cellspacing="0">

   <tr>

    <td class="main">{$navtrail}</td>

    <td 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="190" valign="top" background="{$tpl_path}img/bg_left_column.jpg" class="navLeft">{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW}</td>

  <td valign="top"><br>

   <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

    <tr>

     <td class="main">{$main_content}</td>

    </tr>

  </table></td><td width="190" valign="top" bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;">{$box_CART} {$box_LOGIN} {$box_ADMIN} {$box_BESTSELLERS} {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND} </td>

 </tr>

</table>

</body>

</html>


greetz Seven-Art

Link to comment
Share on other sites

oder das dann bleibt dein layout erhalten:

{config_load file="$language/lang_$language.conf" section="index"}

<table border="0" align="right" cellpadding="0" cellspacing="0" width="100%">

<tr valign="bottom">

<td colspan="2" width="100%"><!--<img src="{$tpl_path}img/top_logo.jpg">--></td>

</tr>

<tr>

<td colspan="2" width="100%">

<table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr>

<td class="main">{$navtrail}</td>

<td 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 valign="top" >

<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1">

	<tr>

 <td width="350" valign="top" class="navLeft">{$box_CATEGORIES} {$box_ADD_QUICKIE} 

{$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS}<!#{$box_WHATSNEW}--></td>

</tr>

<tr>

<td width="350" valign="top" class="navLeft">

<hr size="1" color="#000000" noshade>

</td>

</tr>

<tr>

<td width="350" valign="top" class="navLeft">{$box_CART} {$box_LOGIN} {$box_ADMIN}<!#{$box_BESTSELLERS} {$box_CURRENCIES}--> <!--{$box_LANGUAGES}

{$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}--></td>

	</tr>

</table>

</td>

<td valign="top" width="100%">

<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2">

	<tr>

 <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="table1">

<tr>

<td class="main" width="100%">{$main_content}</td>

</tr>

</table></td>

	</tr>

</table>


</td>

</tr>

</table> 

Link to comment
Share on other sites

Das (ist ganz oben zentriert):

Dieser Shop wurde mit xt:Commerce erstellt.

xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erh?ltlich.

eCommerce Engine ? 2004 xt:Commerce

steht immernoch oben.

Ich denk fast mal, dass in einer anderen Datei ein Layer geladen wird, der das beinhaltet und das ich den umarbeiten m??te.

Link to comment
Share on other sites

  • 1 year later...

hi,

der copyright hinweis kommt nicht aus dem template sondern wird "in den tiefen von xtcommerce" eingef?gt. grund ist, das dieser nicht ge?ndert werden soll/darf.

der copyright-hinweis wird aber ganz am ende des html-dokuments eingef?gt, nicht oben.

was du beschreibst klingt nach einem darstellungsfehler im webbrowser, sowas passiert gern, wenn man die tags falsch verschachtelt oder nicht richtig schliesst (was ja bei dem tabellenwahnsinn leicht passiert).

lass die betreffende seite mal von einem html-validator checken (online z.b. unter http://validator.w3.org/), dann weisst du wohl mehr. und sei drauf gefasst, das du einiges ?ndern wirst m?ssen, bis die seite korrektes html ist.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...