master666 Posted August 10, 2005 Report Share Posted August 10, 2005 hallo, wie kann ich in der Datei module/product_listing/product_listing_v1.html jeden einzelnene Artikel in einer box mit Rahmen rundherum darstellen. Sitze jetzt schon fast den halben Tag dabei und kann dies nicht l?sen. Es geht um diesen Teil. <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;"> {foreach name=aussen item=module_data from=$module_content} <tr> <td rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;">{if $module_data.PRODUCTS_IMAGE!=''}{/if} {if $module_data.PRODUCTS_FSK18=='true'} {/if}</td> <td align="left" class="main">{$module_data.PRODUCTS_NAME}</td> </tr> <tr> <td align="left" class="main" style="border-bottom: 1px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION} {$module_data.PRODUCTS_PRICE} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="right"><table width="200" border="0"> <tr> <td align="right">{if $module_data.SHIPPING_NAME} <table width="200" border="0" cellpadding="0" cellspacing="0"> <tr valign="middle"> <td class="main">{#text_shippingtime#}</td> {if $module_data.SHIPPING_IMAGE} <td></td> {/if} <td class="main">{$module_data.SHIPPING_NAME}</td> </tr> </table> {/if} {$module_data.BUTTON_BUY_NOW}</td> </tr> </table></td> </tr> </table> </td> </tr> {/foreach} </table> Vielen dank Chris Link to comment Share on other sites More sharing options...
tutsn Posted August 10, 2005 Report Share Posted August 10, 2005 Machs per css. Pack die einzelnen Produkte der productdescription z.b. einfach in einen div-container, diesem kannst du dann die n?tigen css-attribute zuweisen (border, padding, margin etc). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.