forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: allvip on October 11, 2013, 08:27:44 am

Title: main table br and spacer
Post by: allvip on October 11, 2013, 08:27:44 am
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.
Title: Re: main table br and spacer
Post by: phill104 on October 11, 2013, 10:16:04 am
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.
Title: Re: main table br and spacer
Post by: allvip on October 11, 2013, 10:58:40 am
// Function to start a 'standard' table (http://forum.coppermine-gallery.net// 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
Title: Re: main table br and spacer
Post by: Αndré on October 11, 2013, 11:05:30 am
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">
Title: Re: main table br and spacer
Post by: allvip on October 11, 2013, 11:35:22 am
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.
Title: Re: main table br and spacer
Post by: Αndré on October 11, 2013, 12:09:15 pm
Then post at least a screenshot as already requested.
Title: Re: main table br and spacer
Post by: allvip on October 11, 2013, 12:20:06 pm
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
Title: Re: main table br and spacer
Post by: allvip on October 14, 2013, 02:50:50 am
is at the end of function $template_cat_list (the spacer and br are showing even on the thumbnails.php):

Code: [Select]
<!-- 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.
Title: Re: main table br and spacer
Post by: allvip on October 17, 2013, 02:54:00 pm
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 (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 (http://www.allvip.us/cpg/z/thumbnails.php?album=2&page=2)

please help
Title: Re: Re: main table br and spacer
Post by: Αndré on October 31, 2013, 02:38:54 pm
Last attempt: please attach a screenshot of what you're talking about to your next reply.
Title: Re: main table br and spacer
Post by: allvip on November 02, 2013, 06:23:26 pm
sorry.was in the css.

Code: [Select]
.maintable {
    margin-top: 1px;
    margin-bottom: 1px;
}

change it to 0px;