Hi there ! Sorry, my question is very basic... I wanted to have some internal link jump in WordPress pages. For a FAQ for example, I wanted : (a list of links to the questions' answers like that) Question 1 Question 2 Question 3 (jump to the answers) Question 1 : the answer to question 1 would be here Question 2 : the answer to question 3 would be here I don't seem to be able to get it right... Would anyone be kind enough to show me how to do that?
You'll have to use the "name" attribute. Have a look here : http://www.w3schools.com/html/html_links.asp and here for a demo : http://www.w3schools.com/html/tryit.asp?filename=tryhtml_link_locations
Don't know about the latest versions, but in the previous one, it was possible to switch to HTML edition from the editor. I suppose it's still available because it's a nice and important feature, but you'll have to check.
Thanks a lot for the links and the help ! I was (finally !) able to understand and implement the anchor link in my FAW. Phew!