|
|||
|
Hallo Weis einer wo ich die bilder kleiner machen kann das er mir da nicht immer die bilder so verziehen tut ??
http://web19.p15122287.pureserver.info/ind...dex.php?cPath=1 Wo kann mann das ein stellen das er nur 3 Bilder pro zeile macht |
|
|||
|
Danke f?r die schnelle antwort wie kann ich die ?berschriebt bei der Katekorie unter das bild machen ?
Z.B cpu unter das bild derDiscount: http://web19.p15122287.pureserver.info/ind...dex.php?cPath=1 |
|
|||
|
Kannst es auch in der gleichen Datei ?ndern.
F?r alles in Bezug auf Template findest Du hier: Dreamweaver |
|
|||
|
Kannst du mir die Templats bitte mal ?ndern bzw. mir erkl?ren wo ich was ?ndere ??
// Kopie {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"><font color="#666666" size="4">{$CATEGORIES_NAME}</font> </font></td> <td align="right">{if $CATEGORIES_IMAGE}[img]{$CATEGORIES_IMAGE}[/img]{/if}</td> </tr> </table>{if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font> {/if} {if $module_content !=''} <font color="#000000" size="2">{#heading_more_categories#}</font> <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="3"> <tr> <td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}[img]{$module_data.CATEGORIES_IMAGE}[/img]{/if}</td> <td class="main">{$module_data.CATEGORIES_NAME}</td> </tr> <tr> <td class="main">{$module_data.CATEGORIES_DESCRIPTION} </td> </tr> </table> </div></td> {php} if ($col>=3) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} </td> <td class="main" nowrap width="1%"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$MODULE_new_products}</td> </tr> </table> |
|
|||
|
Code:
{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="3">
<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>=3) {
$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>
|
![]() |
| Lesezeichen |
| Stichworte |
| bild, grsse |
| Themen-Optionen | |
| Ansicht | |
|
|