Я вот так сделал! Добавил в background картинку (Нет изображения).
HTML код:
Код
<div class="screen_table">
<div class="screen_table_cell" align="left"><img width="100%" height="130px" class="ulightbox" src="$IMG_URL2$" href="$IMG_URL2$" alt="$TITLE$"></div>
<div class="screen_table_cell" align="center"><img width="100%" height="130px" class="ulightbox" src="$IMG_URL3$" href="$IMG_URL3$" alt="$TITLE$"></div>
<div class="screen_table_cell" align="right"><img width="100%" height="130px" class="ulightbox" src="$IMG_URL4$" href="$IMG_URL4$" alt="$TITLE$"></div>
</div>
CSS код:
Код
.screen_table {margin-top:15px;100%;display:table;}
.screen_table_cell {width:250px;height:130px;display:table-cell;background: url('/images/no_img.png');}
Добавлено (19.10.2015, 18:16)
---------------------------------------------
Montegor, взял твою помощь! спасибо.