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: remove white border from waterdrop theme  (Read 4587 times)

0 Members and 1 Guest are viewing this topic.

anexenamoon

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
remove white border from waterdrop theme
« on: June 01, 2010, 03:24:51 am »

I know there was a previous, older post about this issue, but it did not specify the exact coding and how to change it.

Here is the link:
http://rebysky.com/COPPERMINE/index.php

I want to remove the thick white border around the tables. Thanks. :)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: remove white border from waterdrop theme
« Reply #1 on: June 01, 2010, 07:23:30 am »

This is basic HTML/CSS and not actually related to Coppermine. Edit http://rebysky.com/COPPERMINE/themes/water_drop/template.html with a plain text editor. To change the white color to something else, find
Code: [Select]
      <td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">and change the color specification #FFFFFF to whatever you see fit. To reduce the width of those borders, edit
Code: [Select]
  <table width="100%" border="0" cellpadding="20" cellspacing="20">and get rid of the deprecated HTML attributes for cellspacing and cellpadding. And while you're at it, do as suggested in Documentation: Rename your theme first. You're not using cpg1.5.x, but cpg1.4.x, so you should have started your thread in the board that deals with your version. Moving accordingly.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.