By: Preben
Date: 2013-10-14
Time: 23:09
|
Generating with serial and empty picturesI am trying to generate a m by 4 table with this html-template
and corresponding php
I am running into an issues, that whenever I have a number of products that does not divide by 4 with mod 0 then "empty" images are shown - which means that there is a border and a symbol showing that there should have been a picture. How do I solve this? Regards Preben |
||
By: Skrol29
Date: 2013-10-15
Time: 02:07
|
Re: Generating with serial and empty picturesHi,
You can use an extra <td> definition for empty cells with block "product_0". This can be define in another row. See the example here: http://tinybutstrong.com/examples.php?e=prmserial&m=template |