NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:images-div:spacers_between_images [2013/10/25 18:01] Claus created |
english:phpwcms-system:article:contentparts:images-div:spacers_between_images [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =======Spacers between Images======= | + | ======Spacers between Images====== |
| + | =====for images<div> CP (and others)===== | ||
| + | <code html> | ||
| + | <!--IMAGES_ENTRY_SPACER_START//--><div style="float:left;width:{SPACE}px;height:{SPACE}px;"></div><!--IMAGES_ENTRY_SPACER_END//--> | ||
| + | <!--IMAGES_ROW_SPACER_START//--><div style="clear:both;width:{SPACE}px;height:{SPACE}px;"></div><!--IMAGES_ROW_SPACER_END//--> | ||
| + | </code> | ||