Page 1 of 1

Help with webdev...

PostPosted: Fri Nov 14, 2003 11:43 pm
by jasmee98
Thinking of using the hover effect with one of my galleries. The problem I am having is the distance between thumbnails with the webdev, there is too much distance between them. I noticed that mikelly's css fixes this, but I cannot figure out how.

What is the fix? I have tried copying the entire code to test and figure it out on my own, but the distance problem still exists.

Image

I am using mikelly's css as an example because when you visit the site, the thumbnails are much closer together. http://www.pbase.com/mikelly

PostPosted: Sat Nov 15, 2003 12:11 am
by srijith
That is because it is not controlled by the CSS. It is in the HTML itself.

In the gallery edit page, try to change the "table width". Make it smaller like 50. You might also want to play with "cell spacing" and "cell padding".

edit main html?

PostPosted: Sat Nov 15, 2003 1:20 am
by jasmee98
srijith wrote:That is because it is not controlled by the CSS. It is in the HTML itself.


I thought you couldn't edit the main html, just the description?

PostPosted: Sat Nov 15, 2003 1:23 am
by jasmee98
srijith wrote:In the gallery edit page


Just got it :oops: