Page looking OK in Firefox but strange in IE.... Page looking OK in Firefox but strange in IE....
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Page looking OK in Firefox but strange in IE....

Started by mortenva, February 15, 2006, 10:02:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mortenva

I've worked on a theme for my gallery and previewed it in Firefox which I use where it looks fine:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mbvfoto.net%2Fimg%2Ffront_FFX.gif&hash=d5912e92c7795b865f5d5032996fe94b209921c9)

but when it is looked at in IE it looks like this:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mbvfoto.net%2Fimg%2Ffront_IE.gif&hash=83675f5bb517dd3724af494c543600659cedfd9e)

It seems like every word gets its own line. Template.html looks like below. Anyone got a suggestion why this is so, and know how to fix it??

Regards, Morten.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/mbvfoto/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<!-- $Id: template.html,v 1.9 2005/12/04 03:22:35 donnoman Exp $ -->
</head>
<body><center>
  {CUSTOM_HEADER}
  <table width="70%" border="0" cellpadding="20" cellspacing="20">
    <tr>
      <td valign="top" style="border: 1px solid #5F5F5F; background-color: #EFEFEF;">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%" align="center">
      <img src="themes/mbvfoto/images/mbvfoto2.gif" width="900" height="126">
              <h1>{GAL_NAME}</h1>
              <h3>{GAL_DESCRIPTION}</h3>
              {SYS_MENU}{SUB_MENU}
            </td>
          </tr>
        </table>
        <img src="images/spacer.gif" width="1" height="15" alt="" />
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td valign="top">
              {ADMIN_MENU}
              {GALLERY}
              <div style="text-align:center;">
              <div>
  {LANGUAGE_SELECT_FLAGS}<br />
  {THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}
  </div>
  </div>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  {CUSTOM_FOOTER}{VANITY}
</center>
</body>
</html>

Joachim Müller



Blueiris

Did you already find the fix? The page is looking the same to me in both FF and IE.
You can lead a horse to water, but you can't make him drink - he's got to discover that it's wet for himself.

Joachim Müller

#4
you posted on the wrong board (cpg1.4 themes/skins/templates) - you have cpg1.3.5, so I moved your thread accordingly. There's a good reason for having different support boards: things differ between the two versions, particularly the theming.

mortenva

Hi all. Thanks for your time. Sorry for not responding on this thread. I suddenly found myself in an internet-free situation for some week.  I'm actually requesting help for cpg 1.4, but I'm running it all on an offline server for the moment so I cannot provide any links..