Page 1 of 1

Hi,As already

Posted: 02 Feb 2008, 23:37
by marcl
Hi,
As already said in my fatal error topic, I am very satisfied with the gallery component. It is working fine.

I run RC4 with the component v.1.2.0.
So it works fine,....but there is just one little thing that bothers me: the images/thumbnails of the categories are stitched together. As you can see here

I am afraid this is not a component problem, is it?

thank you,
Marc

The table spacing de

Posted: 03 Feb 2008, 00:02
by Jan
The table spacing depends on your CSS template file, I think here is the code in your CSS file:

table {

font-size:1em;

border-collapse: collapse;

border-spacing: 0;

}

You can change this (border-spacing: 0; --> border-spacing: 5;) or you can add some html code to:
com_phocagallery/views/categories/tmpl/default.php on row + - 23:

<table border="0" cellpading="5" cellspacing="5">


Jan

Jan, thank you for y

Posted: 03 Feb 2008, 00:10
by marcl
Jan, thank you for your answer (again quick! )
very very good. You helped me really.

greetings, Marc.

Posted: 03 Feb 2008, 01:26
by Jan