forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: teamvtec on February 07, 2006, 07:40:15 pm

Title: Edditing the top logo
Post by: teamvtec on February 07, 2006, 07:40:15 pm
Hi Guys, i don't know if this is the correct board or not but here goes
I removed the top logo because i want it to intergrate with my forum but now my question is how do i get rid of the big blank space on top of the page??
Version 1.35

Thanks for reading ;D
Title: Re: Edditing the top logo
Post by: Joachim Müller on February 08, 2006, 01:34:23 am
looks like improper nesting of tables to me. Post a link to your page, as looking at a pic can't solve this, but looking at actual code/output can.
Title: Re: Edditing the top logo
Post by: teamvtec on February 09, 2006, 10:03:26 pm
http://gallery.sirfanaticsholland.com/index.php

http://forum.sirfanaticsholland.com/index.php?action=static&staticpage=1
Title: Re: Edditing the top logo
Post by: Joachim Müller on February 10, 2006, 01:04:10 am
edit http://gallery.sirfanaticsholland.com/themes/blackbirch/template.html, find
Code: [Select]
<body>
<table width="100%" border="0" cellpadding="20" cellspacing="0" class="mainbgr">
  <tr>

    <td align="center" valign="top" height="61">
      &nbsp;</td>
        </tr>

  <tr>

    <td align="center" valign="top" height="259">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="36"> <br /> </td>
          <td width="50%" align="left" valign="bottom"><span class="topmenu"></span></td>
          <td width="50%" align="right" valign="top"><span class="topmenu">

<br>
            </span><br />
            <br />
            {LANGUAGE_SELECT_FLAGS}<br /> <br />
            &nbsp;</td>
        </tr>
      </table>

and replace with
Code: [Select]
<body>
<table width="100%" border="0" cellpadding="20" cellspacing="0" class="mainbgr">
  <tr>
    <td align="center" valign="top">



Both your coppermine theme and your overall site that embedds coppermine are full of HTML markup errors, you should review it and maybe improve your HTML coding skills imo.