09-02-2009, 03:49 PM
09-02-2009, 07:37 PM
(09-02-2009 03:49 PM)Guest Wrote: [ -> ]Does anyone know how to center the gallary in a page??
This has nothing to do with the script itself. You can center the gallery like any other block HTML element with margin:auto. Here an example:
PHP Code:
<div title="..." class="koschtitgallery" style="margin:auto;"></div>