Google Page Constructor Jump to HTML
Black = HTML code
Red = note
Blue = type in your own text
________
Jump to top of page
Insert code in first line after BODY or before page title <p>Page Title</p> in GPC.
To ensure the jump is to the very top of the page the para codes <p>Page Title</p> must be included (this only works in FireFox and Netscape, in IE it will only jump up to the line where the code is located).
NOTE:
GPC will rewrite the code and this results in the whole page reloading if it can't find the code at the top of the same frame where the jump from code is located. Beware of this if the page has pictures that take a while to load.
<a name="top"></a>
or
<a href="" name="top"></a>
<p>Page Title</p>
from any place lower down the page (centred and bold):
<a href="#top"><STRONG>Top</STRONG></a></p>
<p style="text-align: center;"><a href="#top"><strong>Top</strong></a></p>
________
Jump to a spot higher up the page:
<a name="Dauntsey"></a>
from any place lower down the page:
<a href="#Dauntsey">Dauntsey</a>
________
Jump from a contents list:
<a href="#CAG">Completed AGs</a>
to item on same page:
<a name="CAG">Completed AGs</a>
________
Jump from a specific reference note:
<a href="#R4">See Ref 4.</a>
<a name="R4">Ref 4</a>
<p>This chapter explains ...</p>
________
Jump to a list of reference notes:
<a name="#Refs"></a>
<a href="" name=Refs></a>
________
Jump to another page:
<a href="<http://mysite.googlepages.com/myfile.html>">Link to myfile</a>
________
Jump to a specific place on a different page:
Place the point to jump to script on the target page:
<A NAME="jump-2-here-on-new-page"></A>
On the departure page do an HREF link to the target page, add the # sign, then the codeword to jump to, and run it all together:
<A HREF="http://www.htmlgoodies.com/tutors/page2jump2.html#jump-2-here-on-new-page">Place 2 jump 2 words</A>
Example 1: jump from 'Agnes' on one page to Agnes in "A" list.
On the departure page:
<A HREF="http://garydanvers.googlepages.com/mmdfpeople-a#Agnes">Agnes</A>
On the destination page place the following immediately before the name:
<A NAME="Agnes"></A>
Example 2:
<a href="http://wpa1414.googlepages.com/ags#CR">
<A NAME="CR"></A>
________
Jump to the Home page from a page with a HOME graphic (see bottom of this page):
<P class=separator style="CLEAR: both; TEXT-ALIGN: center"><A href="mmdf-refs"><IMG src="Home.gif" border=0></A></P>
________
Open a link in a new page
link.html" target="_blank
Example:
http://en.wikipedia.org/wiki/Zutphen" target="_blank
Digital edition first published: 1 Mar 2020 Updated: 12 Jul 2023 garydanvers@gmail.com