The assignment requires that you include your references as links to a numbered list at the end of the page.
It takes a small amount of work to create anchors and links to them.
Take a look at the section of the manual available at http://usermanual.pbworks.com/w/page/11632108/Links#HowdoIlinktoanexistingworkspacepagefileemailaddressorwebsitenbsp
I've created a test page to demo how it works - that has a single link jumping to a single anchor.
Basically in the page you want to include anchors in, you have to insert an anchor first using HTML Javascript
Enter the name of the anchor and associated text as HTML
<a name="anchor_name">Target Text</a>
Don't worry about where the anchor tags appear - put all of them at the start or end - they won't show
up in the view just in the edit.
Then insert the link as normal linking to http://ditrwsl2012.pbworks.com/PageName#anchor_name
Replacing with your page name and your anchor name.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.