J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:using anchor navigation (1 viewing) 
Go to bottom
TOPIC: Re:using anchor navigation
#1196
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:using anchor navigation Karma: 79  
Hello

this probably means that the syntax used for the anchor is incorrect, you need to follow HTML like this:

Code:

<a href=" #myanchor">text</a>
and place the target element using the same id attribute without # sign:
Code:

<div id="myanchor">code...</div>
Regards John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
using anchor navigation
micker
    thread link
thread linkthread link Re:using anchor navigation
John Dagelmore
    thread link
thread linkthread linkthread link Re:using anchor navigation
micker
Go to top