1: Hello a try create image gallery according this topic
" templates/default.css find this: /* IMAGES STYLES */ .imagesList{list-style:none;} .imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;} change last row to this: /*.imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}*/ then add this row: .imagesList li{float:left;height:150px;width:100px;margin:0 10px 10px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}
Then for example in templates/pages_default.tpl find this: <div class="content">$aData[sDescriptionFull]</div> Change to this:<div class="content" style="clear:left;">$aData[sDescriptionFull]</div> "
and i dont know as i insert image and create image gallery
2: I dont know insert image file ( i dont work) therefore i install fckeditor but image gallery i dont know to create
There was already few topics connected with creating image gallery in our script. You can also buy paid version of script and You will get this function included.
I try according to http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=514
I change in templates/default.css find this: " * IMAGES STYLES */ .imagesList{list-style:none;} .imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;} change last row to this: /*.imagesList li{margin:0 0 5px 0;background:inherit;color:#5b5b5b;font-size:0.917em;}*/ then add this row: .imagesList li{float:left;height:150px;width:100px;margin:0 10px 10px 0;background:inherit;color:#5b5b5b;font-size:0.917em;} Then for example in templates/pages_default.tpl find this: <div class="content">$aData[sDescriptionFull]</div> Change to this:<div class="content" style="clear:left;">$aData[sDescriptionFull]</div> "