sirwing Posted April 25, 2005 Report Share Posted April 25, 2005 Hallo, Ich habe soeben meine erste installation fertiggestellt. Leider passt in mein Layout nicht die Kathegoriebezeichnung neben die Abbildung und soll nun unter dem Bild erscheinen... WIE GEHT DAS?? bin f?r jeden tipp dankbar... Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 25, 2005 Report Share Posted April 25, 2005 .../deintemplate/module/categorie_listing/categorie_listing.html entsprechend bearbeiten. Link to comment Share on other sites More sharing options...
sirwing Posted April 25, 2005 Author Report Share Posted April 25, 2005 naja wie gesagt bin nicht so helle in der sache... w?rde das aber schon gerne ge?ndert haben, k?nntest du mir sagen wie das auszusehen hat... Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 25, 2005 Report Share Posted April 25, 2005 sorry, standart-html sachen..... http://de.selfhtml.org/ ohne grundkenntnisse in html geht nix, aneignen oder dienstleister beauftragen. ausnahmsweise..<table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</td> </tr> <tr> <td align="center" ><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> ?ndern in <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td rowspan="2" align="center" ><div align="left">{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</div></td> <td align="center" ><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> Link to comment Share on other sites More sharing options...
pilot0815 Posted April 25, 2005 Report Share Posted April 25, 2005 Mahlzeit.. Hatte das "Problem" auch gestern geposted.. Habe das von Dir mal grad ausprobiert. Schrift steht immer noch rechts, daf?r haben die Bilder jetzt n Rahmen.. Gruss Der Frank :rock: Link to comment Share on other sites More sharing options...
pilot0815 Posted April 25, 2005 Report Share Posted April 25, 2005 Habe mal den oberen Code-Schnipsel genommen. Damit ist die Formatierung richtig.. Hast Dich einfach in der Reihenfolge vertan.. Gruss Der Frank :rock: Link to comment Share on other sites More sharing options...
pilot0815 Posted April 25, 2005 Report Share Posted April 25, 2005 Habs geschafft.. Hatte wohl echt n Brett vorm Kopp.. Danke Gruss Der Frank :rock: Link to comment Share on other sites More sharing options...
sirwing Posted April 25, 2005 Author Report Share Posted April 25, 2005 @ der frank sag mal kannst du mir verklickern wie ich diesen rahmen um die Bilder dann noch weg bekomme... Link to comment Share on other sites More sharing options...
sirwing Posted April 25, 2005 Author Report Share Posted April 25, 2005 @polkhigh33 VIELEN DANK!!! Link to comment Share on other sites More sharing options...
smedder Posted April 25, 2005 Report Share Posted April 25, 2005 Originally posted by sirwing@Apr 25 2005, 20:07 PM @ der frank sag mal kannst du mir verklickern wie ich diesen rahmen um die Bilder dann noch weg bekomme... In den Bild-Optionen die entsprechenden Einstellungen entfernen und das Imageprocessing ausf?hren. Dann sollte es gehen! Link to comment Share on other sites More sharing options...
sirwing Posted April 25, 2005 Author Report Share Posted April 25, 2005 ja ne is klar... und jetzt nochmal auf deutsch ??? das newbe unter meinem Nick hat seine Berechtigung *grins* Link to comment Share on other sites More sharing options...
chpohl Posted April 25, 2005 Report Share Posted April 25, 2005 Admin --->Bildoptionen Admin ---->XT-Module --->Imageprocessing Link to comment Share on other sites More sharing options...
pilot0815 Posted April 25, 2005 Report Share Posted April 25, 2005 Nee der Rahmen ist nach dem Umbau des Code-Schnipsels gekommen. Nicht der typische Erstinstallationsrahmen. Der Rahmen der da entsteht sieht eher wie einer aus ner Todesanzeige entnommen aus. Bei mir sieht die ganze categorie_listing.html so aus: {config_load file="$language/lang_$language.conf" section="categorie_listing"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#666666" size="4">{$CATEGORIES_NAME}</font></strong> </font></td> <td align="right">{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}">{/if}</td> </tr> </table>{if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font> <br> <br> {/if} {if $module_content !=''} <strong><font color="#000000" size="2">{#heading_more_categories#}</font></strong> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td class="main"><div align="left"> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" border="0"></a>{/if}</td> </tr> <tr> <td align="center"><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center">{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </div></td> {php} if ($col>=2) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} <br> </td> <td class="main" nowrap width="1%"> </td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$MODULE_new_products}</td> </tr> </table> Vielleicht hift Die das ja.. Gruss Der Frank :rock: Link to comment Share on other sites More sharing options...
webkasper Posted April 25, 2005 Report Share Posted April 25, 2005 ... gib mal in Deinen Deinen -Tags den Wert border=0 hinzu, denke mal das ist des R?tsels L?sung ... ciao, der webkasper Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 26, 2005 Report Share Posted April 26, 2005 1ximg{ border:0; } ganz nach oben in die css, und alle r?hmchen um die bilder sind wech :z: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.