Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Having trouble editing board theme  (Read 3464 times)

0 Members and 1 Guest are viewing this topic.

CoppermineGal

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Having trouble editing board theme
« on: January 27, 2006, 03:13:08 am »

I'm editing the waterdrop theme. But I can't seem to get rid of the big white border that is around the entire table of the gallery. Here is where you can see my gallery and see what I am talking about: http://www.telenovelasonline.org/fotos

I had edited the gallery one time, and was able to remove that border but I don't remembedr what it was that I did.  ???

Also, how do I resize the table inside the border?

Can someone help me?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Having trouble editing board theme
« Reply #1 on: January 27, 2006, 05:39:02 am »

Edit themes/water_drop_template.html, find
Code: [Select]
<table width="100%" border="0" cellpadding="20" cellspacing="20">and replace it with
Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">I suggest you upgrade from cpg1.4.2 to cpg1.4.3 as well. Make sure to backup your custom theme before upgrading. We recommend renaming custom theme to have genuine names instead of keeping the name of the theme that you based your modifications on.

Joachim

P.S. Coppermine is not a bulletin board app, but a photo gallery app, so your subject line doesn't apply.
Logged

CoppermineGal

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Having trouble editing board theme
« Reply #2 on: January 27, 2006, 08:15:00 pm »

Hi, I edited the file that you told me to and nothing changed.  :'(
Logged

Blueiris

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Female
  • Posts: 170
  • Horse poor!
    • Saddlebred World Gallery
Re: Having trouble editing board theme
« Reply #3 on: January 28, 2006, 01:18:40 am »

I think the code you may be looking for is in template.html, at line 17 in the unmodified waterdrop theme:

Quote
<td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">

All of the table widths in that template are set to 100%. Experiment with different widths until you get what you like.
Logged
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.