hello ,
i 'm trying to use the album module with lytebox gabarit , it works except i cannot display pictures
on several columns on the first page , i would like to display picture on several colmuns , 3, 4 lines
and several pages .
Can you help me ?
here is the web site : http://www.elisabethbrionne.fr
thank you.
your help about album module
Re: your help about album module
Well, it looks to me like with a 3-column layout you can't really have more than 2 thumbnails in a row - is that what you are asking about?
Under the photo albums page, there is a tab called 'options'. near the bottom of the page you can set the number of thumbnail columns. But if your page is too narrow there will fewer thumbnails in a row.
Under the photo albums page, there is a tab called 'options'. near the bottom of the page you can set the number of thumbnail columns. But if your page is too narrow there will fewer thumbnails in a row.
Re: your help about album module
thank you for your help ,
in fact i just want to display thumbnails of this page http://www.elisabethbrionne.fr/ on 2 or 3 columns , 3 or 4 rows ,
several pages . Thumbnails are actually displayed on one column and 9 rows ! it's bad look !
can help ?
thank,
eric
in fact i just want to display thumbnails of this page http://www.elisabethbrionne.fr/ on 2 or 3 columns , 3 or 4 rows ,
several pages . Thumbnails are actually displayed on one column and 9 rows ! it's bad look !
can help ?
thank,
eric
Re: your help about album module
You have 2 problems...
1) when you added the album tag it was wrapped in , turn off tiny and remove the {album tag} ...
2) in you style sheet you have a call to ul li that is messing with them, but this will still only allow 2 rows...
div#content ul li,
div#content ol li {
margin: 0 0 0.25em 3em;
}
1) when you added the album tag it was wrapped in , turn off tiny and remove the {album tag} ...
2) in you style sheet you have a call to ul li that is messing with them, but this will still only allow 2 rows...
div#content ul li,
div#content ol li {
margin: 0 0 0.25em 3em;
}


