clements42 | Salut à tous
Dans l'optique de créer une future gallarie photos, j'ai hier fais une ébauche (en utilisant le scipt 2BGal) et je suis arrivé à ça : http://ol.web.free.fr/u/
Je précise que je n'ai quasiment aucune notion de HTML.... J'ai lu que pour insérer une bannière en haut du site, il fallait éditer "header.inc", c'est ce que j'ai fais ; Mais ne sachant pas où insérer l'url de l'image, je l'ai mis "à la suite"... Le Header.inc ressemble donc à ça (en rouge ce que j'ai ajouté)
Spoiler :
<?
// Copyright 2003 Benjamin Py [www.ben3w.com] // This file is part of 2BGAL
// 2BGAL is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
// 2BGAL is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with 2BGAL ; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="DC.title" content="galerie" />
<meta name="Keywords" content="" />
<meta name="ROBOTS" content="NOINDEX, FOLLOW" />
<?
//--------------------------------
//CONSERVER CETTE PARTIE DU CODE
require("config.inc.php" );
echo "<title>".$titre_galerie." - 2BGal</title>\n";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/".$templatefolder."/2bgal.css\" media=\"screen\" />\n";
echo "<script type=\"text/javascript\" src=\"style/".$templatefolder."/minmax.js\"></script>\n";
//--------------------------------
?>
</head>
<body>
<!--contenu de la page-->
<div id="debutgalerie">
<center><a<img src="http://ol.web.free.fr/tets.jpg"/></a></center>
|
Et avec ça, j'ai la bannière qui s'affiche nickelle sous Firefox, mais sous IE (6 ou 7), y a rien...
Merci de tenter de m'aider |