Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
[Résolu]Scroll lien ancre
#9
Je crois avoir compris, voici ce que tu obtiens :
Code :
[== Indéfini ==]
<a class="scrollTo" href="http://www.carryall.fr/#page-2">Ancre1</a>
alors que tu devrais avoir
Code :
[== Indéfini ==]
<a class="scrollTo" href="#page-2">Ancre1</a>
Donc, en modifiant
Code :
[== Indéfini ==]
<a href='{$node->url}
par
Code :
[== Indéfini ==]
<a href='#{$node->alias}
ça devrait fonctionner.


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)