m.lenuweit Posted December 14, 2005 Report Share Posted December 14, 2005 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 Link to comment Share on other sites More sharing options...
alex_zeitreise Posted December 14, 2005 Report Share Posted December 14, 2005 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> </td> </tr> </tabelle> Bsp (ok) <tabelle> <tr> <td></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 More sharing options...
m.lenuweit Posted December 14, 2005 Author Report Share Posted December 14, 2005 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 More sharing options...
dukie6666 Posted December 15, 2005 Report Share Posted December 15, 2005 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 Link to comment Share on other sites More sharing options...
alex_zeitreise Posted December 15, 2005 Report Share Posted December 15, 2005 @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 More sharing options...
m.lenuweit Posted December 15, 2005 Author Report Share Posted December 15, 2005 Hallo, hir mal der Link Zum Shop Eventuell kann man das Problem ja l?sen. Danke Link to comment Share on other sites More sharing options...
m.lenuweit Posted December 15, 2005 Author Report Share Posted December 15, 2005 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 Link to comment Share on other sites More sharing options...
alex_zeitreise Posted December 15, 2005 Report Share Posted December 15, 2005 Nicht erschrecken^^ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.