header header
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

header

Started by Myriam_Goldspink, September 11, 2006, 01:05:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Myriam_Goldspink

ok...I'm new this and I try to change the header of the gallery but when put the link from my banner it dosen't work....:S

here is the the code of the template:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}">
<meta http-equiv="Pragma" content="no-cache">
</head>
<body>{META}
<link href="themes/classic/style.css" type="text/css" rel="stylesheet">
<script src="scripts.js" type="text/javascript"></script><!-- $Id: template.html 2688 2005-12-04 03:22:35Z donnoman $ -->{CUSTOM_HEADER}
<table cellspacing="20" cellpadding="20" width="100%" border="0">
<tbody>
<tr>
<td style="border-right: #666666 1px solid; border-top: #666666 1px solid; border-left: #666666 1px solid; border-bottom: #666666 1px solid; background-color: #ffffff;" valign="top">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td><a href="index.php">&nbsp;</a>
<img alt="" src="images/gallery.png" border="0">
<br></td>
<td align="center" width="100%">
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3>
<br>{SYS_MENU}
<br>{SUB_MENU} </td></tr></tbody></table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td valign="top" align="center">{LANGUAGE_SELECT_FLAGS} </td></tr>
<tr>
<td valign="top" align="center">{THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} </td></tr></tbody></table>
<img height="15" alt="" src="images/spacer.gif" width="1">
<br>
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tbody>
<tr>
<td valign="top" align="left">{ADMIN_MENU} {GALLERY} </td></tr></tbody></table></td></tr></tbody></table>{CUSTOM_FOOTER}{VANITY}
</body>
</html>


and here is the link from my gallery: http://gallery.c-gaddict.e-fans.net/
and you can see that the pic dosen't appear :S

help please!!!!!!

Joachim Müller

The header is located at http://gallery.c-gaddict.e-fans.net/themes/classic/images/gallery.png, so you have to change<img alt="" src="images/gallery.png" border="0">to<img src="themes/classic/images/gallery.png" width="636" height="242" border="0" alt="" />

Myriam_Goldspink