karabey Posted February 28, 2005 Report Share Posted February 28, 2005 Hallo Habe versucht die categorie_liste zu ?ndern aber leider schaffe ich das nicht... Es ergibt st?ndig fehler das die Tabelle zu breit wird usw... K?nnte mir jemand helfen danke... M?chte gern den Text zentriert und den Bild haben... Das hier habe ich selbst gebaut aber l?uft nicht richtig gut... {config_load file="$language/lang_$language.conf" section="categorie_listing"}<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr valign="top"> <td class="main" width="100%"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><b> <font color="#000000">Kategorie: </font><font color="#3D5272">{$CATEGORIES_NAME}</font></b></strong> </font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%"><font size="1" face="Verdana">{if $CATEGORIES_DESCRIPTION} {$CATEGORIES_DESCRIPTION}<br> {/if} {if $module_content !=''} <strong><font color="#CC6600">{#heading_more_categories#}</font></strong> </font></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="4" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr>{foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td width="100%">{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" border="0"></a>{/if}</td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" rowspan="2"><strong><a href="{$module_data.CATEGORIES_LINK}"><img src="{$tpl_path}img/cool_arrow.gif" width="11" height="11" border="0" align="absmiddle"><img src="{$tpl_path}img/cm_fill.gif" width="6" height="6" border="0">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%">{$module_data.CATEGORIES_DESCRIPTION}</td> {php} if ($col>=5) { $col=2; echo '</tr><tr>'; } {/php} {/foreach} </tr></table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%">{/if}</td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%">{$MODULE_new_products}</td> </tr> </table> Was ist hier falsch?? Danke f?r jeden Antwort... Link to comment Share on other sites More sharing options...
karabey Posted February 28, 2005 Author Report Share Posted February 28, 2005 Hab schon einiger masen etwas geschafft... Ich danke trotzdem Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.