changing cell spacing on waterdrop theme changing cell spacing on 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

changing cell spacing on waterdrop theme

Started by traypup, August 27, 2004, 10:37:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

traypup

hey all,

i've finally understood how to change the look of a theme by using the CSS and I'm pretty excited. However, I want to make one more change to the index and displayimage pages.

take a look at http://www.sunshinefactory.net/coppermine if you can take a moment. See that big white border? it's because the table's cellspacing is set to 20 px. I know that because I viewed the source. I changed the template.html file in the theme folder, but I'm still not seeing a change.

Did I do something wrong?

thanks so much,
Tracey

Joachim Müller

edit themes/water_drop/template.html, find<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="20">and replace with<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

Joachim

traypup

yep, i did that, and it didn't change.
However, it did change when I uploaded that template.html file into the main coppermine area. so I'm all happy again, but I thought it was odd that overwriting the template.html in the water_drop file didn't do the trick.

thank you! as you can see, i got it going!
tracey

Joachim Müller

what exactly do you want changed? The only issue I can see is improper insertion of the custom tags, concerning the position of the tags {CUSTOM_HEADER} and {CUSTOM_FOOTER} in your template. Usually the output should go into the <body> tag.

Joachim