Lekouti | Bonjour,
Je passe l'ensemble de mon site sous la norme XHTML 1.1 strict avec feuille de style css.
J'aimerai savoir si il est possible de reduire ces longue ligne d'ecriture ( alleger la page), enventuellment en automatisant quelque chose....je sais pas....!!!
Code :
- <a href="popupphoto.php?img=/couleur/130.jpg" onclick="window.open(this.href,'popup','width=500, height=600'); return false;"><img src= "vignette/130.jpg" alt="" /></a>
- <a href="popupphoto.php?img=/couleur/129.jpg" onclick="window.open(this.href,'popup','width=500, height=600'); return false;"><img src= "vignette/129.jpg" alt="" /></a>
- <a href="popupphoto.php?img=/couleur/82.jpg" onclick="window.open(this.href,'popup','width=700, height=500'); return false;"><img src= "vignette/82.jpg" alt="" /></a><br />
- <a href="popupphoto.php?img=/couleur/71.jpg" onclick="window.open(this.href,'popup','width=700, height=500'); return false;"><img src= "vignette/71.jpg" alt="photo télé dans la foret" /></a>
- <a href="popupphoto.php?img=/couleur/70.jpg" onclick="window.open(this.href,'popup','width=500, height=600'); return false;"><img src= "vignette/70.jpg" alt="photographie noir et blanc, télé pendu" /></a>
|
merci |