Posting an assignment
So, you've completed a writing assignment and need to link a PDF or Word document from your mywebspace page.
STEP 1: Put the document in the same folder as the HTML file
- If you have an index.html page for your website you would see something like this:

STEP 2: Edit the HTML
- Create a link to the document by editing the your html file and adding the link like so:
<a href="document.pdf">Game Design Document</a>
STEP 3: Uplod the HTML file and the documents
- Use an FTP program to upload both your html and document files:
