Hi, I've installed the latest version of Coppermine, personalized and changed the theme: it seems it's working fine (http://www.telefanatic.com/gallery/ : it fits with my website), but when i click on a category which shows the albums inside, the header is completely "out" (check yourself: http://www.telefanatic.com/gallery/index.php?cat=17 ): this is driving me crazy! i keep on coding back from zero but the problem still remains.. please, could you help me??
I'm attaching the code of the template.html if you want to take a look:
<!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=ISO-8859-1" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title><style type="text/css">body {
background-image: url();
}
</style>
{META}
<script type="text/javascript" src="scripts.js"></script>
<link rel="stylesheet" href="themes/test/style.css" type="text/css" />
<!-- RSS 2.0 feed -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
<!-- RSD support -->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />
<script language="JavaScript1.2" type="text/javascript">
function CreateBookmarkLink() {
title = "Telefanatic.com";
url = "http://www.telefanatic.com/";
if (window.sidebar) {
// Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// IE Favorite
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print) {
// Opera Hotlist
return true; }
}
</script>
<meta name="generator" content="<%version%>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background-color: #f7f7f7>
<table width="776" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="images/top01.gif" width="776" height="38" border="0" usemap="#Map-top" /></td>
</tr>
<tr>
<td width="490"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="490" height="179">
<param name="movie" value="../lancio_flash.swf" />
<param name="quality" value="high" />
<embed src="../lancio_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="490" height="179"></embed>
</object></td>
<td width="3"><img src="../images/hp-intera_10.jpg" width="3" height="179" alt="" /></td>
<td width="282"><a href="../index.php"><img src="../images/header_logo.gif" width="282" height="179" alt="Home Page" border="0" /></a></td>
</tr>
<tr>
<td colspan="3"><img src="images/top02.gif" width="776" height="39" border="0" usemap="#Map-menu" /></td>
</tr>
<tr background="images/border.gif" background-repeat: "repeat-y">
<td colspan="3"> <tr>
<td colspan="3" valign="top" style="border: 1px solid #; background-color: #;">
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><br>
{SYS_MENU}<br />{SUB_MENU} </td>
</tr>
</table>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" background="images/border.gif" background-repeat:"repeat-y">
<tr>
<td valign="top">
{ADMIN_MENU}
{GALLERY}
<div class="footer" align="center"></div>
<br>
<div align="center">
<div>
{LANGUAGE_SELECT_FLAGS}<br />
{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST} </div>
</div> </td>
</tr>
</table> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="images/footer.gif" width="776" height="49" border="0" usemap="#Map-footer" /></td>
</tr>
</body>
</html>