forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: anexenamoon on June 01, 2010, 03:24:51 am

Title: remove white border from waterdrop theme
Post by: anexenamoon 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. :)
Title: Re: remove white border from waterdrop theme
Post by: Joachim Müller 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 (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_create_rename). 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.