Code: Select all
.imagelisttd {
padding: 10px 0 3px;
width: 30px;
}
Code: Select all
.imagelisttd {
padding: 10px 0 3px;
width: 30px;
}
Code: Select all
...
{IMAGE}[CAPTION]
<p style="margin:3px 0 0 0; width: {THUMB_WIDTH}px;">{CAPTION}</p>[/CAPTION]
...
Code: Select all
<!--IMAGETABLE_SETTINGS_START//-->
; this is formatted like WIN.INI
; please: do not use comments for value lines
class_top_left = imgtable-top-left
class_top_center = imgtable-top-center
class_top_right = imgtable-top-right
class_bottom_left = imgtable-bottom-left
class_bottom_center = imgtable-bottom-center
class_bottom_right = imgtable-bottom-right
class_float_left = imgtable-left
class_float_right = imgtable-right
class_image_thumb = image-thumb
class_image_wrapper = image-wrapper
class_image_link = image-link
class_image_zoom = image-zoom
class_image_lightbox = image-lightbox
; width = 300
; height = 200
; zoom = 1
; crop = 1
; lightbox = 1
; nocaption = 0
; col = 5
; colspace = 0
; limit = 0
; random = 0
<!--IMAGETABLE_SETTINGS_END//-->
<div class="image-table" id="imgtable-id-{ID}">
[IMAGETABLE]{IMAGETABLE}[/IMAGETABLE]
</div>
Wir reden hier nicht vom Template IMAGES sondern vom Template \template\inc_default\imagetable.tmpl. Vielleicht musst Du Dir die neuste Version doch mal runterladen und damit in einem SANDKASTEN probieren!top wrote:Inline-CSS finde ich zwar nicht so elegant, aber als Standard in template/inc_cntpart/images/sample.tmpl ...
Code: Select all
<div class="image-table" id="imgtable-id-{ID}">
[IMAGETABLE]{IMAGETABLE}[/IMAGETABLE]
</div>
Code: Select all
<div class="image-table" id="imgtable-id-358">
<table border="0" cellspacing="0" cellpadding="0" align="center" class="image-list-table-center" summary="">
<tr>
<td class="imagelisttd"><a href="content/images/Bildrul.jpg" rel="lightbox[y2XWn]" title="Bild" class="image-lightbox">
<img src="content/images/BildUrl2.jpg" width="200" height="134" border="0"
class="imagelistimg" data-image-id="160"
data-image-hash="9913b1001b57d0cec3f98b4adc4a0c7a"
data-image-ext="jpg" alt="e0013.jpg" class="image-thumb" />
</a></td>
<td width="3">
<span style="display:inline-block;width:3px;height:1px" class="spaceholder"></span>
</td>
....
</tr>
</table>
</div>
Klar doch, habe ich, deswegen sage ich ja auch:Old Boy wrote:Hast du das mal selber versucht???
Code: Select all
.imagelisttd {
width: 120px;
}