coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Maffu on September 04, 2005, 03:15:47 AM

Title: Mystery character appears - I can't get rid of it.
Post by: Maffu on September 04, 2005, 03:15:47 AM
Hello folks.  I have possibly the sorriest question I've seen on this forum  :)
I have a problem with a coppermine gallery that I've set up for a friend - a "<" appears at the top of each page. 
It's annoying the hell out of me because I can't get rid of it. Look:-
http://www.charliesgraphics.com/photos
See?
I know this might sound really sad but I've looked through all the files I thought could affect it and couldn't for the life of me figure out why it is there.
Can anyone see anything wrong with the code for the page? 
Which files would affect the layout of every page in this way?

Thanks for your help
Title: Re: Mystery character appears - I can't get rid of it.
Post by: Nibbler on September 04, 2005, 03:19:29 AM
It's in your template.html

  <tr><<td width="100%" align="center">

<h1>&nbsp;</h1>
<br />
{MAIN_MENU}
</td>
</tr>


Note: 1.2 is no longer supported as it is so old, please update to 1.3
Title: Re: Mystery character appears - I can't get rid of it.
Post by: Maffu on September 04, 2005, 03:56:24 AM
Thanks very much.