Jump to content
xt:Commerce Community Forum

Artikelbeschreibung Unter Dem Artikelbild


Recommended Posts

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

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

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

Archived

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

×
  • Create New...