On blogger, how do you get an html 'anchor' to actually WORK once it's entered?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Meme1
    New Member
    • Jul 2014
    • 1

    On blogger, how do you get an html 'anchor' to actually WORK once it's entered?

    I saved it and previewed it and it worked. I undid it to show my dad. When I looked at the text, I found that the computer had automatically entered some extra stuff for me (URL or something). I figured it'd just do it again so I erased it and entered the tags in exactly the same way, saved it, and then previewed it, and it didn't work. Since then, I've tried to redo it several times. Sometimes it enters the extra stuff for me and sometimes it doesn't, but it never actually WORKS.

    I can't enter the stuff the computer added, myself, because I didn't write it down when it DID add it and now it won't even do that. I should be able to do it the way I did the first time, anyway! What am I missing? Thanks!
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Try this.
    For the Anchor point add this
    <a name="Name you want">
    for the link add this

    Click here <a href="#Name you want">to see the different Labels</a>

    If you have <div>
    <div id="Div name">

    For the link
    Click here <a href="#Div name">to see the different Labels</a>

    Hope this helps
    nomad

    Comment

    Working...