Zie hier:
HTML Links – The id AttributeThe id attribute can be used to create a bookmark inside an HTML document.
Tip: Bookmarks are not displayed in any special way. They are invisible to the reader.
Example An anchor with an id inside an HTML document:
<a id="tips">Useful Tips Section</a>
Create a link to the “Useful Tips Section” inside the same document:
<a href="#tips">Visit the Useful Tips Section</a>
Or, create a link to the “Useful Tips Section” from another page:
<a href="http://www.w3schools.com/html_links.htm#tips">
Visit the Useful Tips Section</a>
Basic Notes – Useful TipsNote: Always add a trailing slash to subfolder references. If you link like this: href="http://www.w3schools.com/html", you will generate two requests to the server, the server will first add a slash to the address, and then create a new request like this: href="http://www.w3schools.com/html/".
En wederom bedankt! Het werkt, heel stom van mij, ik had hem niet op tekst gezet… 😉
Graag gedaan.
Vergeet aub niet de thread als ‘resolved’ / ‘opgelost’ te taggen in de rechter zijbalk.