
Educators: Earn a free Gold upgrade by joining the PBwiki Back To School Challenge.
e-mail us to gain access
Code for page maker functionality
A) For "back to the previous page", you have to use javascript. Where
it says CLICK HERE, you can put whatever text you want. Leave the rest
of the code unchanged:
<a href="javascript: history.go(-1)">CLICK HERE</a>
B) For an anchor, there are two steps:
1) Create the Anchor wherever you want within the document and name it
something appropriate. For this example, I will name the anchor
'chapters':
<a name='chapters'>
2) Create the Link that will go to the anchor. Use a pound sign and the
same name that you used for the anchor:
<a href='#chapters'>CLICK HERE TO GO TO CHAPTERS</a>
There are plenty of sites to help:
http://www.htmlcodetutorial.com/
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |