Retour en page d'accueil
nicky2b
Messages postés
3
Statut
Membre
-
nicky2b Messages postés 3 Statut Membre -
nicky2b Messages postés 3 Statut Membre -
Bonjour à tous !
Etant novice dans la création de site, j'ai téléchargé un set pour le graphisme.
Tout va pour le mieux, sauf que je ne peux pas faire de retour sur ma page d'accueil avec un bouton normal. Je ne peux que faire des retours sur mes pages précédentes, ça coince dès que je marque "index.htm"l
J'ai essayé de supprimer plein de trucs, mais à part gober des aspirines...
Je vous copie ma "page" en espérant que vous trouverez où ça coince.
Merci d'avance !
<html>
<head>
<meta http-equiv="imagetoolbar" CONTENT="no">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<script LANGUAGE="JavaScript1.2">
<!--This mouse fireworks script is provided free at http://www.lissaexplains.com -->
<!--The author of this script is the awesome Matt Gabbert (mgabbert@usrtoday.com) -->
<!-- Begin
var ver = navigator.appVersion;
var dom = document.getElementById ? 1 : 0;
var ie5 = (ver.indexOf("MSIE 5") > -1 && dom) ? 1 : 0;
var n = (document.layers);
var ie = (document.all);
var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k <= 9; k++)
eval('SHOW("sDiv'+k+'")');
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;i <= 9; i++)
eval('moveTo('+i+',0,'+mousex+','+mousey+')');
}
}
}
function moveTo(i,j, mousex, mousey){
if (j < eval('anim_'+i+'_x.length') ){
var tempx = eval('anim_'+i+'_x[j]+mousex');
var tempy = eval('anim_'+i+'_y[j]+mousey');
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval('document.all.sDiv'+i+'.style.left = tempx;');
eval('document.all.sDiv'+i+'.style.top = tempy;');
}
if (n) {
eval('document.layers.sDiv'+i+'.left = tempx;');
eval('document.layers.sDiv'+i+'.top = tempy;');
}
j++;
// timeout: 50 = fireworks speed, larger number = slower speed
setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",50)
}
else {
eval('HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "visible";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "visible";');
}
function HIDE(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "hidden";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "hide";');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
// End -->
</script>
<style>
BODY{
scrollbar-face-color:#F2EEE5;
scrollbar-arrow-color:#54809F;
scrollbar-track-color:#F2EEE5;
scrollbar-highlight-color:#54809F;
scrollbar-darkshadow-color:#54809F;
scrollbar-shadow-color:#F2EEE5;
scrollbar-3dlight-color: #F2EEE5}
A {COLOR:#284961; TEXT-DECORATION:none}
A:hover { COLOR:#284961; TEXT-DECORATION:none; border-bottom-style:dotted;
border-bottom-width:1 px;
border-top-style:dotted;
border-top-width:1 px;
background:"#D5E3ED";
}</style>
</head>
<body background="body15.jpg" topmargin="20" text="#54809F" bgcolor="#F2EEE5"
OnLoad="initMouseEvents()">
<div id="sparks"><div id="sDiv0" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv1" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv2" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv3" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv4" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv5" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv6" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv7" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv8" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv9" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2">*</font></p>
</div></div><div align="center"><center>
<table border="0" width="99%" cellspacing="11" cellpadding="0">
<tr>
<td width="100%"><div align="center"><center><table border="0" width="100%"
cellspacing="0" cellpadding="0">
<tr>
<td width="30"><img src="body1.gif" width="16" height="16"></td>
<td width="100%" background="body2.gif"></td>
<td width="30"><img src="body3.gif" width="16" height="16"></td>
</tr>
<tr>
<td width="30" background="body4.gif"></td>
</br>
<td width="100%" bgcolor="#D5E3ED" align="center" background="body5.gif">
<p> </p>
<font
face="Adorable" size="7"><strong><big><big>Bienvenue a Erbalunga !<br>
</big></big></strong></font><br>
<font face="Lucida Calligraphy" size="1"><strong><big><big>" Petit port du Cap Corse, cette marine de la commune de Brando, aligne ses vieilles maisons à fleur d'eau sur une pointe de schiste vert où se dresse, majestueuse, une tour génoise à demi ruinée."<br>
<br>
<br>
Envie de vous faire partager au fil des pages qui vont suivre, la magie de ce petit port où je réside ainsi que de ses alentours.
</big></big></strong></font><br>
</big></big></strong></font><br>
<font face="Adorable"><strong><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"></strong></font><br>
<font face="Adorable"><strong><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"></strong></font><p> </p>
<img src="erbalunga1.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<p> </p>
<img src="erbalunga2.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<p> </p>
<img src="photo7.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<br>
<br>
<br><a href="index.htm"><img src="pageprecedente.jpg"border=0</a><a href="pagevide.htm"><img src="pagesuivante.jpg"border=0</a>
</td>
<td width="30" background="body8.gif"></td>
</tr>
<tr>
<td width="30"><img src="body9.gif" width="16" height="16"></td>
<td width="100%" bgcolor="#FFFFFF" background="body10.gif"></td>
<td width="30"><img src="body11.gif" width="16" height="16"></td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div>
</body>
</html>
Etant novice dans la création de site, j'ai téléchargé un set pour le graphisme.
Tout va pour le mieux, sauf que je ne peux pas faire de retour sur ma page d'accueil avec un bouton normal. Je ne peux que faire des retours sur mes pages précédentes, ça coince dès que je marque "index.htm"l
J'ai essayé de supprimer plein de trucs, mais à part gober des aspirines...
Je vous copie ma "page" en espérant que vous trouverez où ça coince.
Merci d'avance !
<html>
<head>
<meta http-equiv="imagetoolbar" CONTENT="no">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<script LANGUAGE="JavaScript1.2">
<!--This mouse fireworks script is provided free at http://www.lissaexplains.com -->
<!--The author of this script is the awesome Matt Gabbert (mgabbert@usrtoday.com) -->
<!-- Begin
var ver = navigator.appVersion;
var dom = document.getElementById ? 1 : 0;
var ie5 = (ver.indexOf("MSIE 5") > -1 && dom) ? 1 : 0;
var n = (document.layers);
var ie = (document.all);
var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k <= 9; k++)
eval('SHOW("sDiv'+k+'")');
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;i <= 9; i++)
eval('moveTo('+i+',0,'+mousex+','+mousey+')');
}
}
}
function moveTo(i,j, mousex, mousey){
if (j < eval('anim_'+i+'_x.length') ){
var tempx = eval('anim_'+i+'_x[j]+mousex');
var tempy = eval('anim_'+i+'_y[j]+mousey');
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval('document.all.sDiv'+i+'.style.left = tempx;');
eval('document.all.sDiv'+i+'.style.top = tempy;');
}
if (n) {
eval('document.layers.sDiv'+i+'.left = tempx;');
eval('document.layers.sDiv'+i+'.top = tempy;');
}
j++;
// timeout: 50 = fireworks speed, larger number = slower speed
setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",50)
}
else {
eval('HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "visible";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "visible";');
}
function HIDE(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "hidden";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "hide";');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
// End -->
</script>
<style>
BODY{
scrollbar-face-color:#F2EEE5;
scrollbar-arrow-color:#54809F;
scrollbar-track-color:#F2EEE5;
scrollbar-highlight-color:#54809F;
scrollbar-darkshadow-color:#54809F;
scrollbar-shadow-color:#F2EEE5;
scrollbar-3dlight-color: #F2EEE5}
A {COLOR:#284961; TEXT-DECORATION:none}
A:hover { COLOR:#284961; TEXT-DECORATION:none; border-bottom-style:dotted;
border-bottom-width:1 px;
border-top-style:dotted;
border-top-width:1 px;
background:"#D5E3ED";
}</style>
</head>
<body background="body15.jpg" topmargin="20" text="#54809F" bgcolor="#F2EEE5"
OnLoad="initMouseEvents()">
<div id="sparks"><div id="sDiv0" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv1" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv2" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv3" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#C1DBEE">*</font></p>
</div><div id="sDiv4" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv5" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv6" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#54809F">*</font></p>
</div><div id="sDiv7" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv8" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2" color="#FFFFFF">*</font></p>
</div><div id="sDiv9" style="position:absolute; visibility: hidden;">
<p><font face="symbol,wingdings,arial" size="2">*</font></p>
</div></div><div align="center"><center>
<table border="0" width="99%" cellspacing="11" cellpadding="0">
<tr>
<td width="100%"><div align="center"><center><table border="0" width="100%"
cellspacing="0" cellpadding="0">
<tr>
<td width="30"><img src="body1.gif" width="16" height="16"></td>
<td width="100%" background="body2.gif"></td>
<td width="30"><img src="body3.gif" width="16" height="16"></td>
</tr>
<tr>
<td width="30" background="body4.gif"></td>
</br>
<td width="100%" bgcolor="#D5E3ED" align="center" background="body5.gif">
<p> </p>
<font
face="Adorable" size="7"><strong><big><big>Bienvenue a Erbalunga !<br>
</big></big></strong></font><br>
<font face="Lucida Calligraphy" size="1"><strong><big><big>" Petit port du Cap Corse, cette marine de la commune de Brando, aligne ses vieilles maisons à fleur d'eau sur une pointe de schiste vert où se dresse, majestueuse, une tour génoise à demi ruinée."<br>
<br>
<br>
Envie de vous faire partager au fil des pages qui vont suivre, la magie de ce petit port où je réside ainsi que de ses alentours.
</big></big></strong></font><br>
</big></big></strong></font><br>
<font face="Adorable"><strong><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"></strong></font><br>
<font face="Adorable"><strong><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"><img src="body6.gif" width="10" height="10"><img
src="body6.gif" width="10" height="10"><img src="body6.gif" width="10"
height="10"><img src="body6.gif" width="10" height="10"><img src="body6.gif"
width="10" height="10"></strong></font><p> </p>
<img src="erbalunga1.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<p> </p>
<img src="erbalunga2.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<p> </p>
<img src="photo7.jpg" width="600" height="600">
<p> </p>
<p><font face="Adorable"><strong><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"><img src="body7.gif" width="11" height="10"><img
src="body7.gif" width="11" height="10"></strong></font><br>
<br>
<br>
<br><a href="index.htm"><img src="pageprecedente.jpg"border=0</a><a href="pagevide.htm"><img src="pagesuivante.jpg"border=0</a>
</td>
<td width="30" background="body8.gif"></td>
</tr>
<tr>
<td width="30"><img src="body9.gif" width="16" height="16"></td>
<td width="100%" bgcolor="#FFFFFF" background="body10.gif"></td>
<td width="30"><img src="body11.gif" width="16" height="16"></td>
</tr>
</table>
</center></div></td>
</tr>
</table>
</center></div>
</body>
</html>
A voir également:
- Retour en page d'accueil
- Page d'accueil - Guide
- Page accueil iphone - Guide
- Supprimer page word - Guide
- Traduire une page en français - Guide
- Imprimer tableau excel sur une page - Guide
2 réponses
salut,
ta balise img n'est fermée.
remplace par :
<a href="index.htm"><img src="pageprecedente.jpg" border="0" ></a>
(l'erreur vient surement de '<meta name="GENERATOR" content="Microsoft FrontPage 3.0">') ;o)
ta balise img n'est fermée.
remplace par :
<a href="index.htm"><img src="pageprecedente.jpg" border="0" ></a>
(l'erreur vient surement de '<meta name="GENERATOR" content="Microsoft FrontPage 3.0">') ;o)
SALUT
change d editeur !!!! frontpage est un des pires !!!!
tu as des tonnes d erreurs de code !!
j ai essayer de revoir un peu ton code avec notepad ++ mais il a trop d erreurs !!
il reste les +1OO erreurs consernant les "alt" atribut sur toute les images !!! donne un "alt" de cette maniere
exemple"<img src="body6.gif" width="10" height="10" alt="body6" />
les liens marchent maintenant
il reste beaucoup d erreur mais c est deja mieux !!!
RAD
change d editeur !!!! frontpage est un des pires !!!!
tu as des tonnes d erreurs de code !!
j ai essayer de revoir un peu ton code avec notepad ++ mais il a trop d erreurs !!
il reste les +1OO erreurs consernant les "alt" atribut sur toute les images !!! donne un "alt" de cette maniere
exemple"<img src="body6.gif" width="10" height="10" alt="body6" />
les liens marchent maintenant
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="GENERATOR" content=""text/html; charset=iso-8859-1" />
<script language="JavaScript1.2" type="text/javascript">//<![CDATA[ <!--This mouse fireworks script is provided free at http://www.lissaexplains.com --> <!--The author of this script is the awesome Matt Gabbert (mgabbert@usrtoday.com) --> <!-- Begin var ver = navigator.appVersion;
var dom = document.getElementById ? 1: 0;
var ie5 = (ver.indexOf("MSIE 5") > -1 && dom) ? 1: 0;
var n = (document.layers);
var ie = (document.all);
var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX: event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY: event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0;
k <= 9;
k++) eval('SHOW("sDiv'+k+'")');
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;
i <= 9;
i++) eval('moveTo('+i+',0,'+mousex+','+mousey+')');
}
}
}
function moveTo(i,j, mousex, mousey) {
if (j < eval('anim_'+i+'_x.length') ) {
var tempx = eval('anim_'+i+'_x[j]+mousex');
var tempy = eval('anim_'+i+'_y[j]+mousey');
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop)) tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft)) tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval('document.all.sDiv'+i+'.style.left = tempx;
');
eval('document.all.sDiv'+i+'.style.top = tempy;
');
}
if (n) {
eval('document.layers.sDiv'+i+'.left = tempx;
');
eval('document.layers.sDiv'+i+'.top = tempy;
');
}
j++;
// timeout: 50 = fireworks speed, larger number = slower speed setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")", 50)
}
else {
eval('HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName) {
if (document.all) eval('document.all.'+divName+'.style.visibility = "visible";
');
else if (document.layers) eval('document.layers["'+divName+'"].visibility = "visible";
');
}
function HIDE(divName) {
if (document.all) eval('document.all.'+divName+'.style.visibility = "hidden";
');
else if (document.layers) eval('document.layers["'+divName+'"].visibility = "hide";
');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
// end --> //]]> </script>
<style type="text/css">
/*
<![CDATA[*/ BODY { scrollbar-face-color: #F2EEE5; scrollbar-arrow-color: #54809F; scrollbar-track-color: #F2EEE5; scrollbar-highlight-color: #54809F; scrollbar-darkshadow-color: #54809F; scrollbar-shadow-color: #F2EEE5; scrollbar-3dlight-color: #F2EEE5 } A { COLOR: #284961; TEXT-DECORATION: none } A:hover { COLOR: #284961; TEXT-DECORATION: none; border-bottom-style: dotted; border-bottom-width: 1 px; border-top-style: dotted; border-top-width: 1 px; background: "#D5E3ED"; } /*]]> */
</style>
<title>
</title>
</head>
<body background="body15.jpg" topmargin="20" text="#54809F"bgcolor="#F2EEE5" onload="initMouseEvents()">
<div id="sparks">
<div id="sDiv0" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#C1DBEE">
*
</font>
</p>
</div>
<div id="sDiv1" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#C1DBEE">
*
</font>
</p>
</div>
<div id="sDiv2" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#54809F">
*
</font>
</p>
</div>
<div id="sDiv3" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#C1DBEE">
*
</font>
</p>
</div>
<div id="sDiv4" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="white">
*
</font>
</p>
</div>
<div id="sDiv5" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#54809F">
*
</font>
</p>
</div>
<div id="sDiv6" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="#54809F">
*
</font>
</p>
</div>
<div id="sDiv7" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="white">
*
</font>
</p>
</div>
<div id="sDiv8" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2" color="white">
*
</font>
</p>
</div>
<div id="sDiv9" style="position:absolute; visibility: hidden; ">
<p>
<font face="symbol, wingdings, arial" size="2">
*
</font>
</p>
</div>
</div>
<div align="center">
<center>
<table border="0" width="99%" cellspacing="11" cellpadding="0">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="30">
<img src="body1.gif" width="16" height="16" /></td>
<td width="100%" background="body2.gif"></td>
<td width="30">
<img src="body3.gif" width="16" height="16" /></td>
</tr>
<tr>
<td width="30" background="body4.gif"></td>
<td width="100%" bgcolor="#D5E3ED" align="center" background="body5.gif">
<font face="Adorable" size="7">
<strong>
<big>
<big>Bienvenue a Erbalunga !<br /></big></big></strong>
</font><br />
<font face="Lucida Calligraphy" size="1">
<strong>
<big>
<big> " Petitport du Cap Corse, cette marine de la commune de Brando, aligne sesvieilles maisons à fleur d'eau sur une pointe de schistevert où se dresse, majestueuse, une tour gé noiseà demi ruiné e."<br /><br /><br /> Envie de vous faire partager au fil des pages qui vont suivre, lamagie de ce petit port où je ré
side ainsi que de sesalentours.</big></big></strong>
</font><br /><br />
<font face="Adorable">
<strong>
<img src="body6.gif" width="10"height="10" />
<img src="body6.gif" width="10" height="10" />
<imgsrc="body6.gif" width="10" height="10" />
<img src="body6.gif"width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" /></strong>
</font><br />
<font face="Adorable">
<strong>
<img src="body6.gif" width="10"height="10" />
<img src="body6.gif" width="10" height="10" />
<imgsrc="body6.gif" width="10" height="10" />
<img src="body6.gif"width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" />
<img src="body6.gif" width="10" height="10" /></strong>
</font>
<img src="erbalunga1.jpg" width="600"height="600" />
<p>
<font face="Adorable">
<strong>
<img src="body7.gif" width="11"height="10" />
<img src="body7.gif" width="11" height="10" />
<imgsrc="body7.gif" width="11" height="10" />
<img src="body7.gif"width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" /></strong>
</font><br />
</p>
<img src="erbalunga2.jpg" width="600" height="600" />
<p>
<font face="Adorable">
<strong>
<img src="body7.gif" width="11"height="10" />
<img src="body7.gif" width="11" height="10" />
<imgsrc="body7.gif" width="11" height="10" />
<img src="body7.gif"width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" /></strong>
</font><br />
</p>
<img src="photo7.jpg" width="600" height="600" />
<p>
<font face="Adorable">
<strong>
<img src="body7.gif" width="11"height="10" />
<img src="body7.gif" width="11" height="10" />
<imgsrc="body7.gif" width="11" height="10" />
<img src="body7.gif"width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" />
<img src="body7.gif" width="11" height="10" /></strong>
</font><br /><br /><br /><br />
<a href="index.htm">
<img src="pageprecedente.jpg" border="0" /></a>
<a href="pagevide.htm">
<img src="pagesuivante.jpg"border="0" /></a>
</p></td>
<td width="30" background="body8.gif"></td>
</tr>
<tr>
<td width="30">
<img src="body9.gif" width="16" height="16" /></td>
<td width="100%" bgcolor="white" background="body10.gif"></td>
<td width="30">
<img src="body11.gif" width="16" height="16" /></td>
</tr>
</table>
</center>
</div></td>
</tr>
</table>
</center>
</div>
</body>
</html>
il reste beaucoup d erreur mais c est deja mieux !!!
RAD
Merci pour ta réponse ( je pense d'ailleurs que je viens de te répondre par mp...mais pas fait gaffe ! Désolée.)
Je n'arrive toujours pas à accéder à index.htm !
Pas grave, vu qu'il suffit sur les autres pages de les refermer pour retrouver l'accueil.
Je ferai donc avec ce vice de forme, mais encore mille merci de t'être décarcassé !
Je n'arrive toujours pas à accéder à index.htm !
Pas grave, vu qu'il suffit sur les autres pages de les refermer pour retrouver l'accueil.
Je ferai donc avec ce vice de forme, mais encore mille merci de t'être décarcassé !
Merci en tous cas de la réponse.