remove white border from waterdrop theme remove white border from waterdrop theme
 

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

Main Menu

remove white border from waterdrop theme

Started by anexenamoon, June 01, 2010, 03:24:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anexenamoon

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. :)

Joachim Müller

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      <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  <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.