I want to move cursor down the page to a defined position
-
When I f. example have different poems on a page, I start the page with a content list. On this content list I want a link letting reader jump down to the correct poem. How?
Blog url: http://langesundabc.wordpress.com/ -
Try something like this:
<a href="#poem1">Poem 1</a>which links to
<a name="poem1">[first word of the poem]</a>You’ll need to do this in your HTML editor tab.
- The topic ‘I want to move cursor down the page to a defined position’ is closed to new replies.