main table br and spacer main table br and spacer
 

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

main table br and spacer

Started by allvip, October 11, 2013, 08:27:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allvip

please help find in theme.php the br tag and spacer for the maintable

<table class="maintable " width="100%" cellspacing="1" cellpadding="0" align="center">
<img width="1" height="7" border="" alt="" src="images/spacer.gif">
<br>
<span id="plugin_social-sharing">
<table class="maintable " width="100%" cellspacing="1" cellpadding="0" align="center">
<img width="1" height="7" border="" alt="" src="images/spacer.gif">
<br>
<br>

between Home > Smilies and the h2 Smilies | Votes: 0
is not from any plugin.I disable them and is stil there.

phill104

Please slow down a bit and try and describe exactly what you are trying to do. Is this the same question as your other thread regarding cell spacing? If so the answer to that is there, at least this is the same section of code.

When asking a question please try and be detailed explaining exactly what you are trying to accomplish and always post a link. We do not have time to search through other threads looking for your site. Most of the time we can help but the more detailed you can be with your information the easier you make life for supporters to help you.
It is a mistake to think you can solve any major problems just with potatoes.

allvip

// Function to start a 'standard' table

space between Home > Smilies and the h2 Smilies | Votes: 0

firebug shows a spacer.gif and br and it is not in start table function

Αndré

Please post a link to your gallery and attach a screenshot what exactly you're talking about.

Maybe it's added by a plugin:
Quote<span id="plugin_social-sharing">

allvip

I just disable all the plugins and I have the same issue on a new fresh install of copermine
I thought so too so I installed a new coppermine just to see if I have the same problem and I do.
can not post the link.I alredy cancelled the coppermine folder from the server.

Αndré

Then post at least a screenshot as already requested.

allvip

I will proabily find out where is the problem
have to go to sleep now
I'm sure is something simple like in my other post but I'm too tired now to see where it is.

delete from server can not take a screenshot anymore

allvip

is at the end of function $template_cat_list (the spacer and br are showing even on the thumbnails.php):


<!-- BEGIN spacer -->
        <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />
<!-- END spacer -->


delete only <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br /> or set the width and height to 0.
if you delete everything the theme  will not work anymore.

allvip

my solution removed some white space but I still space under breadcrumb.

Is not from the css.I have a border bottom 1px but even this space.

here:

http://www.allvip.us/cpg/z/displayimage.php?album=2&pid=90#top_display_media

and here:

http://www.allvip.us/cpg/z/thumbnails.php?album=2&page=2

please help

Αndré

Last attempt: please attach a screenshot of what you're talking about to your next reply.

allvip

sorry.was in the css.


.maintable {
    margin-top: 1px;
    margin-bottom: 1px;
}


change it to 0px;