Jump to content
xt:Commerce Community Forum

Wer kann schnell helfen ?


ks-service

Recommended Posts

Die Seite ist zurzeit: http://www.s210681032.online.de/index.php

Folgendes. Ich will Banner auf der Seite einblenden, und zwar links unter den Informationen. Leider tauchen die Banner oben auf....wie bekomme ich das hin das die genau unter Informationen stehen.....

hier die index........

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

<div id="test" align="center">

<div id="body">

<div id="innerBox">

<!-- Logo + Navigation -->

<div id="head" align="right"> </div>

<div id="navigation">

<div id="pathway" style="float:left; width:678px">

<a href="index.php">Home</a> | {if $account}<a href="{$account}">{#link_account#}</a>{/if} {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php} | <a href="{$logoff}">{#link_logoff#}</a> {php} } {/php}{/if} | <a href="{$checkout}">{#link_checkout#}</a> | <a href="{$cart}">{#link_cart#}</a>

</div>

<div id="account" style="float:right; width:300px"> </div>

</div>

<!-- Ende Logo + Navigation -->

<div class="clr">

</div>

<!-- Hauptteil -->

<div id="main_body">

<!-- Links -->

<div id="nav_left" align="left" style="float:left">

{$box_CATEGORIES}

{$box_NEWSLETTER}

{$box_CONTENT}

{if $BANNER}

{$BANNER}

{/if}

</div>

<!-- Links Ende -->

<!-- Rechts -->

<div id="nav_right" align="left" style="float:right">

{if MODULE_CUSTOMERS_ADVERTISING_STATUS == 'true'}

<a href="advertising.php"><img src="http://www.raffzahnige-angebote.de/raffzahn/images/raff_158x200_1_1.gif"border="0"alt="Freunde werben Freunde"></a>

{/if}

{$box_CART}

{$box_LOGIN}

{$box_ADMIN}

{$box_BESTSELLERS}

</div>

<!-- Rechts Ende -->

<!-- Content -->

<div align="center">

<div id="content">

{$main_content}

</div>

</div>

<div id="bg_under">

</div>

<!-- Content Ende -->

</div>

<div style="clear:both">

</div>

<!-- Ende Hauptteil -->

</div>

</div>

</div>

</div>

über eine schnelle hilfe würde ich mich freuen....

Link to comment
Share on other sites

Archived

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

×
  • Create New...