Jump to content
xt:Commerce Community Forum

Ben?tige Hilfe bei


Recommended Posts

K?nnte ein 'CARRIAGE RETURN' sein.

Das ist ein Anzeigefehler wenn du zb. eine Tabellen Zelle

nicht direkt hinter einem Inline Objekt abschliesst.

Bsb. (falsch)

<tabelle>

<tr>

<td>meinbild.gif

</td>

</tr>

</tabelle>

Bsp (ok)

<tabelle>

<tr>

<td>meinbild.gif</td>

</tr>

</tabelle>

td's, also Tabellen Zellen, m?ssen auf der gleichen Zeile enden

wie ein Bild oder eine Tabelle die sich innerhalb einer <TD> befinden.

cheers

Link to comment
Share on other sites

Hallo, Danke f?r die Antwort !

Hier mal der Quelltext

{config_load file="$language/lang_$language.conf" section="new_products"}<table border="0" cellspacing="0" cellpadding="0" width="100%">

 <tr>

  <td width="100%" valign="top" align="left"><b>{#heading_text#}</b><br>

   <br>

  </td>

 </tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

 <tr>

  <td valign="top" align="left">{foreach name=aussen item=module_data from=$module_content}

   {php} $col++; {/php}</td>

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

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

    <tr>

     <td valign="top">{if $module_data.PRODUCTS_IMAGE}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" border="0" /></a>{/if}</td>

     <td valign="top"><font color="#800000"><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_DESCRIPTION}<br><br></a></font>

     </td>

     <td valign="top" rowspan="3" background="{$tpl_path}pics/m19_2.gif"><img border="0" src="{$tpl_path}pics/m19_2.gif"></td>

     <td valign="top" rowspan="3" background="{$tpl_path}pics/ba.gif"><img border="0" src="{$tpl_path}pics/ba.gif"></td>

    </tr>

    <tr>

     <td valign="top" colspan="2">

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

       <tr>

        <td width="50%"><font color="#293C74"><b>Preis:</b></font></td>

        <td width="50%"> 

       <strong>{$module_data.PRODUCTS_PRICE}

       </strong></td>

       </tr>

      </table>

     </td>

    </tr>

    <tr>

     <td valign="top"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}pics/small_view.gif" alt="" border="0"><br>

      <br>

      </a></td>

     <td valign="top">{$module_data.BUTTON_BUY_NOW}<br>

      <br>

     </td>

    </tr>

   </table>

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

    <tr>

     <td width="100%" background="{$tpl_path}pics/m26.gif"><img border="0" src="{$tpl_path}pics/m26.gif"></td>

    </tr>

   </table>

  </td>

  <td valign="top" align="left">{php} 

 if ($col>=2) {

 $col=0;

 echo '</td>

 </tr>

</table>

<table border="0" cellspacing="0" cellpadding="0">

 <tr>

  <td width="100%">';

 } {/php} {/foreach}</td>

 </tr>

</table>

Link to comment
Share on other sites

@dukie6666

Ja, das der Code nicht mehr so up' to date ist in Zeiten von CSS is logo.

Daf?r ist die Smarty/ und php Umsetzung super!

Zur Fehlersuche:

Firefox besorgen, Web Developer Extension laden und dann mal die Tabellen-Zellen Umranden. oder border="1" machen.

Kannst mal versuchen alle </td></tr> abschliessenden tags eine Zeile hochzuziehen. Und Poste mal nen link Online

Link to comment
Share on other sites

Archived

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

×
  • Create New...