VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

Anchors

To begin, what are anchors? Basically with anchors you can link within a page.

Suppose you have a page with poetry and you want a list of the poem titles at the top, and when you click each title, it takes you to that part of the page where that particular poem is. Let's suppose you have 1 poem, and you can repeat this process for however many more you would like linked this way.

First step, assigning a name to each poem, or whatever you are linking to, in this case let's pretend it's a poem.

This is how you name that poem. You put that code right before the actual poem's text begins. For additional poems, you would name them poem2, poem3, etc.

Second step, linking to that poem (from the menu of titles at the top).

This links to the poem of choice.

Now you can repeat this for however many places on the page you want fast access to without scrolling.

Also, if you for example are blogging about your new poem, and want to link to just it, here's how you can do that.

Just remember, after every such poem, it would be a good idea to put a "back to top" link. Just follow these steps to put a link to "top" at the end of each poem, and at the top of the page, just name that "top".

<-back