double cell borders? - Page 2 double cell borders? - Page 2
 

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

double cell borders?

Started by wayfarer, November 12, 2004, 01:18:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sicily18

ow one more thing! there is still a space between the line and the text lol its still kinda big...

is there anyway to make the line closer to the text? lol sorry im a perfectionist :P

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg28.exs.cx%2Fimg28%2F9162%2Fspacebetween.png&hash=a56d629db2cc93731ec29e17c53238c7297f5dd5)

donnoman

adjust the top and bottom padding for .tableb in your themes style.css

This will affect spacing elsewhere.

If you don't like the other things that it changes

go into your theme

Find the  <!-- BEGIN catrow -->  section

change the <td class="tableb"  to something different  like <td class="catrow"

then add the

.catrow {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

section to your style.css

of course play with the paddings to suit, i just made those up. You probably should just make a copy of whatever is in .tableb for .catrow to start with.

Also .catlink in your style.css has some bearing on how those lines are displayed as well. you might want to adjust the padding there first.

sicily18

super man! really thanx!  i didnt knew fooks here were that nice ;)