I have a problem with a banner displayed two times in my display image page...
I don't know how to remove it under the image
Can you help me please ?
http://images.brest.fr/displayimage.php?album=24&pid=63#top_display_media
			
			
			
				I'm recieveing 403 errors when visting your page.
			
			
			
				sorry for the 403 ! it's ok now...  the problem (banner display) is visible here under the image 
http://www.images.brest.fr/displayimage.php?album=30&pid=134#top_display_media
Thank you for your help
			
			
			
				please attach your custom themes theme.php as theme.php.txt
			
			
			
				Thank for your help ! here is the theme.php.txt
			
			
			
				You added that picture as background image to the 
h1 class in 
style.css:
Quoteh1{
    font-weight: normal;
    background : url(images/logo-banniere.png) no-repeat scroll left top transparent;
    width:975px;
    height:140px;
    font-size: 21px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #444444;
    text-indent:-9999px;
   /*margin-left:10px;
   box-shadow: 2px 2px 26px #aaaaaa;
   filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
  zoom: 1;*/
}
There seems to be a few other glitches with that class (width, height, text-indent, ...).
			
 
			
			
				Thank you for your help.
I've tried to remove  the line   background : url(images/logo-banniere.png) no-repeat scroll left top transparent;     in the style.css
but the effect is that no banner at all is displayed...
I just want t o remove the second one !
			
			
			
				To display the banner at the first location, add it to another class or even more simple with the HTML img tag.