News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Edditing the top logo

Started by teamvtec, February 07, 2006, 07:40:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

teamvtec

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

Joachim Müller

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.


Joachim Müller

edit http://gallery.sirfanaticsholland.com/themes/blackbirch/template.html, find<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<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.