Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: remove white border from waterdrop theme  (Read 4593 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.017 seconds with 20 queries.