I want to link to something further down one of my pages. For example: When you click on a link it jumps to a paragraph further down the page. How would i do this?
This is done in this way: <a href="down">Click to go down</a> This is sample text. This is sample text. This is sample text. This is sample text. <a name="down"></a>Down is here. This is sample text. This is sample text. This is sample text. Code (markup): So clciking on the "Click to go down" will bring you to the "Down is here". Note: The value of the 'href' and 'name' should be the same.