Cell Spacing Cell Spacing
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cell Spacing

Started by element059, October 09, 2004, 11:46:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

element059

Hello,

I have this issue with my script. I have been all through the code and CSS stlyes but I can't seem to get rid of the problem. It's an annoying white border that goes around all of the cells:

http://www.games-fusion.net/screens/index.php?cat=5

I can only put this down to cell spacing but I can't find out which is doing it. Can someone point me in the right direction please!?

Many thanks!

Joachim Müller

post a screenshot with this particular area highlighted, together with a deep link to the page where this actually is suppossed to happen on. Post as well what browser you tested this with.

Joachim

element059

Hello,

I would like to get rid of the spacing seen on the screenshot bellow:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.games-fusion.net%2Fspacing.gif&hash=aca149f7feab46a08f3644a94be216659bd8000f)

This appears in both Firefox and IE and can be found on all pages with the Coppermine script, including the following:

http://www.games-fusion.net/screens/index.php?cat=5

I have tried modifying the CSS script and nothing... I have also tried going through the theme.php and template.php files but I still can't find the table which is doing it.

Any idea?

Many thanks!

element059

It's ok I managed to fix it... took me a long time to work it out tho. Turns out I have to put a <table></table> code in the template.php script. But it was a little bit tricky cuz I had to find exactly where to put it or the other pages would be messed up. Don't kno if this was the correct way to do it but it seems to work perfectly for me.