Block Play – ???

Top of Page

This is what’s referred to as the top of page. It is the first block on the page that’s a paragraph – or something like a paragraph. I’m also practicing the keys on the right (that are hit with the little finger) – so there are a bunch of those in here that are extra. When a return is hit while in a paragraph, a new paragraph is created.

Center of Page

The other purpose of this page is to practice HTML links that are local to the current page. Each of these [paragraphs, sections, chunks] is proceeded by a header. Before a location can be linked to, it must be made into an anchor. You do this be selecting a block (such as a header, …), then clicking advanced on the right, then giving it a name for the HTML Anchor. This adds that name as an id on that header.

FIX – Selected ‘Top of Page’, then create link, then ‘top_of_page’ as location – did not work. Resolve why. answer: should be: #top_of_page. If # omitted, http:// will be prepended and it won’t work.


This could be the end of the world! This is a different block than the Image at the right. It’s a Quote with a Paragraph inside. There is also a separator above here.

End of Page