Oui, en modifiant directement le fichier index.html... Tu as aussi la possibilité de faire un lien de retour vers ton site...
ICI en exemple, en cliquant sur le logo, on retourne a la page des galeries...
Mais si tu veux un menu comme justement ma page d'accueil, ce n'est pas encore possible, mais je pense que ça risque de venir pour une version 2...
Hello Seb ! Je n'arrive pas à trouver comment modifier mon fichier html pour ajouter un lien.
En regardant le code de ta page d'index, je ne suis malheureusement pas plus avancé. Comment as-tu modifié pour arriver à ce que le titre soit cliquable ?
Personnellement, je n'y arrive pas et en essayant d'ajouter un lien sur la page, je n'obtiens que cet horrible ligne en haut (voir
http://www.websignes.net/lr/test/ ) [edit]J'ai réussi à changer un peu, mais je préfèrerais tout de même simplement rendre le titre juste au dessus du diaporama cliquable, sans autre ajout)[/edit]
Si qq a une idée, merci bcp !
A+!Half
Code html de ma propre page d'index ci-dessous, je voudrais que Websignes.Net soit Cliquable
En gras et en rouge ce que j'ai ajouté, mais sans réel succès.
http://www.websignes.net/lr/test/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Websignes.Net</title>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8" />
<meta name="description" content="© Photos Half Algo" />
<!-- Published with SlideShowPro for Lightroom :: http://slideshowpro.net -->
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css"> body,html {
margin: 0;
padding: 0;
height:100%;
width:100%;
overflow:hidden;
}
#flashcontent {
width:100%;
height:100%;
}
</style>
<script language="JavaScript">
<!-- function flashPutHref(href) { location.href = href; }
var eB = false;
if (eB) {
window.moveTo(0,0);
window.resizeTo (screen.availWidth, screen.availHeight);
}
-->
</script>
</head>
<body>
D'autres photos : <a style="color: rgb(255, 0, 0);"
href="http://www.halfalgo.net">Half
Algo Photography</a>
<!-- If moving, start copying from this line down -->
<div id="flashcontent"> This SlideShowPro photo gallery
requires the Flash Player plugin and a web browser with JavaScript
enabled. </div>
<script type="text/javascript">
var so = new SWFObject("loader.swf", "loader", "100%", "100%", "8", "#000000");
so.addParam("allowFullScreen","true");
so.addParam("quality", "best"); so.addVariable("paramXMLPath","param.xml");
so.addVariable("initialURL", escape(document.location));
so.write("flashcontent"); </script><!-- Stop copying -->
</body>
</html>