Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(5 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

Link from 1 content page to another


You must be signed-in to post.

AuthorSubject
  Page: 1
peter
Subject: Link from 1 content page to anotherQuote this post in your reply
How do I link from within the body of a content page to another content page within same course?

<A href="?????">Link</A>

Thanks

Peter
Posted: 2003-08-08 11:55:08
greg
Subject: Use the content idQuote this post in your reply
<a href="?cid=123423">Link to content page</a>
[where the cid value is that of the page you want to link to]

or

Right click on the link to the content page in one of the menus or the sitemap, save the link location, then paste the location in as the href value.

Link to a files in your course content directory with something like:

<a href="CONTENT_DIR/filename.html">Link to content file</a>

Or

You can copy the link location, then paste the url into the page. It will automatically create a link to the page
Posted: 2003-08-08 12:50:47
peter
Subject: Links if I use Text optionQuote this post in your reply
If I use the TEXT option (as opposed to HTML), how do I link to another page?

I searched the on-line course, and I found

[cid] content id To create anchors in content pages use
href="[cid]#anchor".
The code is replaced by the content id.

So, I tried putting [3] in the bodytext, but that does not do it.

What should I put instead to link to say cid=3?

Thanks
Posted: 2003-08-18 15:16:11
greg
Subject: Use HTMLQuote this post in your reply
Just paste the URL to the page into your plain text page. There is a minor bug. There must be at least one character before the start of the URL. Spaces are stripped away. This is fixed in V1.3.

The informnation you mentioned from HowTo refers to embedding anchors within single pages, so you can jump from the top of a page to the bottom, for example.

In reply to:
If I use the TEXT option (as opposed to HTML), how do I link to another page?

I searched the on-line course, and I found

[cid] content id To create anchors in content pages use
href="[cid]#an...

Posted: 2003-08-18 15:49:29
 Page: 1

You must be signed-in to post.