|
|||
|
Hallo XTC Profis,
Habe da ein Problem was Hilfe ben?tigt. In der product_listing_v1.html | new_products_defaul.html habe ich 2 Artikel angegeben , nun bekomme ich immer einen versatz auf den Seiten Angezeigt siehe Bild. ![]() Wer ist so LIEB und NETT und Hilft mir ? Gruss Michael Lenuweit |
|
|||
|
Hallo, Danke f?r die Antwort !
Hier mal der Quelltext Code:
{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>
|
|
||||
|
meine ehrliche meinung dazu: selten so ein murks gesehen
![]() mach mal eine valide html datei daraus und dann schau dir mal deine $col schleife an - wie soll das den funktionieren, bzw schau mal den quelltext an der da rauskommt |
|
||||
|
@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 |
|
|||
|
Hier mal ein Link wo es extreme Auff?llt
http://62.141.42.21/xt-shop/index.php?cPath=2_8 Hier mal ein Link wie es sein soll http://osc.template-help.com/9583/index.php?cPath=65 |
![]() |
| Lesezeichen |
| Stichworte |
| bentige, hilfe |
| Themen-Optionen | |
| Ansicht | |
|
|