Aller au contenu

ancre et href


xpatval

Sujets conseillés

Bonjour,

Ci dessous ce problème:

pg1.html

titre 1
blablabla
bliblibli (sur 30 lignes)

<br>

<a href="pg2.html">titre 2</a>

<br>

<a href="pg3.html">titre3</a>

Je clique sur "titre 2" qui m'amène à pg2.html

pg2.html

<a href="pg1.html">titre 1</a>

<br>

titre 2
blublublu
blobloblo (sur 40 lignes)

<br>

<a href="pg3.html">titre3</a>

etc...

Est-il possible, en cliquant sur le lien, d'afficher la page relative à celui-ci en se calant sur la première ligne du titre choisi ?

Et si oui, comment ?

Une :idea: ?

Merci,

xpatval

Modifié par xpatval
Lien vers le commentaire
Partager sur d’autres sites

pg1.html

<h2 id="titre1" >titre 1</h2>
<p>blablabla
bliblibli (sur 30 lignes)
</p>
<br>

<h2><a href="pg2.html#titre2">titre 2</a></h2>

<br>

<h2><a href="pg3.html#titre3">titre3</a></h2>

pg2.html

<h2><a href="pg1.html#titre1">titre 1</a></h2>

<br>

<h2 id="titre2">titre 2</h2>
<p>blublublu
blobloblo (sur 40 lignes)
</p>
<br>

<h2><a href="pg3.html#titre3">titre3</a></h2>

etc...

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...