hi dcz,
thanks for your hints. i tried to digg into it but wasn't really successful until now...
For image size, they can be specified in imageset.cfg or directly in the template, depending on the usage (eg css or html).
how do you mean that? i want the " img width="xx" and height="xx" "to appear in the html of main page, i.e. index.php
in 'styles/prosilver/imageset/imageset.cfg' i tried the following:
i created names for the files, and put them in front of the file names, e.g.:
img_forum_einsteiger = forum_einsteiger.jpg*40*60i'm not sure if i can do that...i mean the variable (e.g. img_forum_einsteiger) in front didn' exist previously...actually it didn't work...
then i watched out for the templates/css. in
acp - styles - themes i found a "forum-image" tag and addes
width and
height:
.forum-image {
float: left;
padding-top: 5px;
margin-right: 5px;
width: 60px;
height: 40px;}
didn't work either. after clearing the cache, etc. there was no
width and
height added to the img tag...i strongly suspect that i'm adding the stuff at the wrong place, but where is the right place?
cheers,
cesare