• Ik wil een hyperlink plaatsen binnen één pagina en vind overal de onderstaande regels qua opbouw terug;

    a name=”top”>
    a href=”#top”>naar boven
    (beide regels beginnen met<

    Ik krijg het niet voor elkaar, ook niet als ik de url ervoor plaats. Iemand een oplossing? Of is er een goede plugin te vinden?

    Groet,
    Ruud

3 reacties aan het bekijken - 1 tot 3 (van in totaal 3)
  • 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/".

    Thread starter rh.uters

    (@rhuters)

    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.

3 reacties aan het bekijken - 1 tot 3 (van in totaal 3)

Het onderwerp ‘hyperlink plaatsen’ is gesloten voor nieuwe reacties.