Jump to content
xt:Commerce Community Forum

Bilder in Content-Box


Konair23

Recommended Posts

Hallo,

ich habe ein Problem, welches ich nicht in den Griff bekomme.

Ich habe einen Content erstellt, der als Box angezeigt wird. In dieser Box sollen die Bilder von Partnern, wie z.B. sofortüberweisung.de oder Paypal aufgeführt werden.

Der Html-Code im Content ist:

<P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE; mso-fareast-language: DE; mso-bidi-language: AR-SA"><?xml:namespace prefix = v /><v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"> <IMG style="WIDTH: 60px; HEIGHT: 50px" border=0 src="" width=120 height=42 {$tpl_path}img sofortue.gif?>   <IMG style="WIDTH: 60px; HEIGHT: 50px" border=0 src="" width=120 height=52 {$tpl_path}img paypal.jpg?> <IMG style="WIDTH: 60px; HEIGHT: 50px" border=0 alt=ogone src="" width=120 height=54 {$tpl_path}img ogone.gif?><BR></P>

<DIV class=floatleft> </DIV>

<P> </P></v:shapetype></SPAN>

Das Problem ist, dass die Bilder nicht angezeigt werden. Was muss ich daran verändern? Anbei auch noch ein Screenshot.

Grüße

Konair23

post-87128-14337914807147_thumb.gif

Link to comment
Share on other sites

habe direkt eine neue Box mit box_partner.html erstellt und in diesen den folgenden Text reingeschrieben:

<h2 class="boxmanufacturerheader">{txt key=Partner}</h2>

<div class="boxbody">

<ul id="manufacturerslist">

{foreach name=aussen item=module_data from=$_manufacturers}

<li><a href="{$module_data.link}">{$module_data.manufacturers_name}</a></li>

{/foreach}

<body>

<IMG src="{$tpl_path}img/paypal.jpg" border="0" />

</body>

</ul>

</div>

Link to comment
Share on other sites

Archived

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

×
  • Create New...