Hilfe beim Code

Hallo Leuts,
könntet Ihr mir bitte bei diesem Code helfen?


     [{oxifcontent ident="oxhelpfaq" object="_cont"}]

<html><div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="70%">
    <tr>
      <td width="50%" align="right" valign="top"><ul class="list services">
     [{oxifcontent ident="oxhelpfaq" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
     [{oxifcontent ident="oxhelpabkuerzungen" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
     [{oxifcontent ident="oxhelpring" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]   
         [{oxifcontent ident="oxgravur" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
     [{oxifcontent ident="oximesse" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
    [{oxifcontent ident="oxorderinfo" object="oCont"}]
        <li><a href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
      [{oxifcontent ident="oxdeliveryinfo" object="oCont"}]
        <li><a href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
  <br>
  
    [{oxifcontent ident="oximpressum" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
    [{oxifcontent ident="oxagb" object="_cont"}]
        <li><a href="[{ $_cont->getLink() }]" rel="nofollow">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
    [{oxifcontent ident="oxsecurityinfo" object="oCont"}]
        <li><a href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]

    [{oxifcontent ident="oxrightofwithdrawal" object="oCont"}]
        <li><a href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]

    [{oxifcontent ident="oxcredits" object="oCont"}]
        <li><a href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a></li>
    [{/oxifcontent}]
    <li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=newsletter" }]" rel="nofollow">[{ oxmultilang ident="WIDGET_SERVICES_NEWSLETTER" }]</a></li>
<html></td>
      <td width="50%" align="left" valign="top">
      <p align="center"><span style="position: absolute; left: 548; top: 15">
      <img border="0" src="http://www.silber-und-edelstahl.de/out/azure/img/footer/service.jpg" width="160" height="350"></span></td>
   </html> </tr>
  </table>
  </center>
</div></ul>

Ich möchte die Service im Footer teilen: eine Seite die Liste, die andere ein Bild.
Das Bild landet jedoch irgendwo im Shop.
Danke Euch.

...
rel="nofollow">[{ oxmultilang ident="WIDGET_SERVICES_NEWSLETTER" }]</a></li>
</td>
<td width="50%" align="left" valign="top">
      <p align="center">
<span style="position: absolute; left: 548; top: 15">
      <img border="0" src="http://www.silber-und-edelstahl.de/out/azure/img/footer/service.jpg" width="160" height="350">
</span>
</td>
  </tr>
  </table>
  </center>
</div>

[/QUOTE]

‘<HTML>’ hat hier nix zu suchen…

Hi rubbercut, danke für Deine Antwort.

ich habe mir fast gedacht, das html da nicht funktioniert, habe schon ein paar Stunden herumprobiert. Davon abgesehen, das die >html< das ja nur begrenzen sollten, ist die Formel immer noch falsch, das Bild befindet sich außerhalb der Box.
Ich habe mir jetzt überlegt, das in eine neuangelegte Box zu legen, aber dafür benötige ich auch die Formel.
Dazu habe mir mal die Box von trustet Shop hervorgeholt, die würde ich als Kopie dann nutzen wollen.

<div class="box">
    <h3>[{ oxmultilang ident="WIDGET_TRUSTED_SHOPS" }]</h3>
    <div class="content">
        [{block name="partner_logos"}]
[{*            [{include file="widget/trustedshops/info.tpl" }] *}]
        [{/block}]
    </div>

</div>

Verlinkt wird die info.tpl mit einem Bildpfad

        <a id="tsCertificate" class="js-external" href="https://www.trustedshops.com/shop/certificate.php?shop_id=[{$tsId}]">
            <img src="[{$oViewConf->getImageUrl('trustedshops_m.gif')}]" title="[{ oxmultilang ident="WIDGET_TRUSTEDSHOPS_ITEM_IMGTITLE" }]">
        </a>

.

Muß ich jetzt den Bildpfad für mein Bild auch in einem extra Ordner definieren oder geht es irgendwie einfacher?
Danke

Moin Birte,

das Bild kannst du ohne neue Ordner-Definition einfach in den Ordner /out/TEMPLATE/img legen.

Beste Grüsse

Thomas

[QUOTE=nedea;83387]… das Bild befindet sich außerhalb der Box.


<span style="position: absolute; left: 548; top: 15"> 

[/QUOTE]

Das liegt wohl an obigem Code. Schau Dir bitte ein paar Grundlagen an :slight_smile: