Advanced search  

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

Pages: [1]   Go Down

Author Topic: Edditing the top logo  (Read 4526 times)

0 Members and 1 Guest are viewing this topic.

teamvtec

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Edditing the top logo
« 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Edditing the top logo
« Reply #1 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.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Edditing the top logo
« Reply #3 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 19 queries.