Jump to content
xt:Commerce Community Forum

Bild Und Text Von Gruppen Anders Formatieren..


pilot0815

Recommended Posts

Nabend..

Ich habe ein Design-Problem und weiss nicht wie ich es l?sen kann..

Die Suche brachte auch nichts Vern?ftiges an den Tag..

Mein Problem ist das ich den Text der Gruppenbilder gerne unter dem Bild haben m?chte und nicht rechts daneben..

Momentaner Zustand:

BILD #TEXT BILD #TEXT

Ich m?chte es aber so haben:

BILD BILD

I I

I I

TEXT TEXT

In der templates/SEVEN-ART/module/categorie_listing/categorie_listing.php habe ich folgendes gefunden:

<td class="main"><div align="left"> 

       <table width="100%" border="0" cellpadding="0" cellspacing="4">

        <tr> 

         <td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" border="0"></a>{/if}</td>

        <td class="main"><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td>

        </tr>

        <tr> 

         <td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td>

        </tr>

       </table>

      </div></td>

         {php} 

  if ($col>=2) { 

  $col=0; 

  echo '</tr><tr>';

   } 

  {/php}      

  {/foreach} </tr>

   </table> 

Meines Erachtens liegt es in den Zeilen:

<td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}{$module_data.CATEGORIES_IMAGE}{/if}</td>

Aber wie bekomme ich das hin? :blink:

Habe ich grad n Brett vorm Kopp? :wall:

Bitte Hilfe..

DANKE..

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...