forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: allvip on October 11, 2013, 07:17:05 am

Title: remove cells white border on thumbnails.php
Post by: allvip on October 11, 2013, 07:17:05 am
sorry I searced but nothing
maybe I'm using the wrong words

I have a background color for the album thumb and the cells have a white border.
I can not remove the border.
please help
Title: Re: remove cells white border on thumbnails.php
Post by: phill104 on October 11, 2013, 08:05:01 am
A link to the page will help so we can use Firebug to see your css.
Title: Re: remove cells white border on thumbnails.php
Post by: allvip on October 11, 2013, 08:16:46 am
http://allvip.us/gallery/thumbnails.php?album=497 (http://allvip.us/gallery/thumbnails.php?album=497)
Title: Re: remove cells white border on thumbnails.php
Post by: phill104 on October 11, 2013, 10:11:14 am
Look for the line below in your theme.php file and change cellspacing from 1 to 0

Code: [Select]
<table width="100%" cellspacing="1" cellpadding="0" align="center" class="maintable ">
Title: Re: remove cells white border on thumbnails.php
Post by: allvip on October 11, 2013, 10:45:22 am
find it under // Function to start a 'standard' table

thanks
Title: Re: remove cells white border on thumbnails.php
Post by: phill104 on October 11, 2013, 11:39:00 am
Does that mean you have solved it?

If so please mark your thread accordingly.
Title: Re: remove cells white border on thumbnails.php
Post by: allvip on October 11, 2013, 11:41:31 am
I always rember about 30 min later.
sorry.