• At first I want to thank the maker of it, very handy program.. There’s only one problem i’ve got. I just want three pictures next to each other, now all the pictures are following up from left to right through the whole screen..
    Anyone got a solution?
    Thanx in advance!
    Lenntheman

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lenntheman

    (@lenntheman)

    http://www.lenntheman.com/foto
    Editted the css a little but now the link to the spg site is gone :S..
    Thx in advance

    Thread Starter lenntheman

    (@lenntheman)

    anyone?

    Well, SPG will display however many pictures are in a folder.
    so if you only want three, then you’ll need to only add three per folder.
    if what you mean is you want many rows of three, then that’s easy. adjust the width until only three images fit.
    : )
    F.

    you could search the spg css file for the term “width” until you find it…
    that’s what i did.
    i agree css is for those with big, broad, abstract minds and better short term memory than i have…
    yet, trial and error, and suddenly you know what you’re doing (with font size, and width anyhow.)
    : P
    good luck!

    You kan find this i the css:
    .imgwrapper {
    float: left;
    margin: 0 0 15px 15px;
    padding: 2px;
    height:113px;
    }
    with the margin you can justify the space between the thumbnails.
    I did so here
    Roy

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Simple PHP Gallery 1.1 question’ is closed to new replies.