Back
Next

3.1 Opening a Microsoft Word document |
Linking to a MS Word document within a bullet page:
To create a link that will open a Microsoft Word document.
Add the following code
<A HREF="the URL for the document">The document name to be displayed</A>
Or you can save the document in the course's graphics archive (from the toolbar go to Edit > Graphic Archive) and add the following HTML to your course:
<A HREF="../graphics/your_document_name.doc">The document name to be displayed</A>