Ich habe ein allerletztes anliegen.
ich möchte auf
Kosmeticshop Intec.
Unten /übern footer die NEW PRODUCTS einbauen.. nur irgendwie haut da etwas nicht hin..
kann mir jemand sagen wie ich diese Objekte richtig anordne?
hier der Quellcode:
HTML-Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">{foreach name=aussen item=new_products_data from=$_new_products}
{if $new_products_data.products_image!=''}<a href="{$new_products_data.products_link}">{img img=$new_products_data.products_image type=m_thumb class=productImageBorder alt=$new_products_data.products_name}</a></p>{/if}</td>
<td valign="top"><img src="http://www.kosmetikshop-intec.de/templates/intec/img/buttons/new.png"><br/><a href="{$new_products_data.products_link}">{$new_products_data.products_name}</a>
<br/><div class="hrproductpreview" style="margin:5px;"></div><strong>Code:</strong> {$new_products_data.products_name}<h1>{$new_products_data.products_price.formated}</h1>
{/foreach}<a href="{$new_products_data.products_link}" style="text-decoration:none"><img src="http://www.kosmetikshop-intec.de/templates/intec/img/buttons/zproduct.png"></a></td>
</tr>
</table>