Building & Posting Course Work Page
Student account must be activated (to activate go to http://stu.wccnet.org)


How It Works
Diagram of process
:

Upload your files to your Web site often (keep your Web space current - use it as your back up)

 

Test Page (fpj103)

 

Create Your Course Work Page (using html and a Web editor)
See finished product
. (student example: Rose Anderson)

 

Working From Home
Finding free FTP program: Tucows.com or use the FTP tool in Dreamweaver (Site > Define Sites > Edit > Web Server Info)
Other Web editors -how to edit HTML in and import Dreamweaver pages


 

<html>
<head><title>
Page Title</title>
</head>


<body bgcolor="#ffffff">
<h1 align = center>
Your Name</h1>
<Hr>
<p align = center><a href="mailto:email@where_ever.com">
email@where_ever.com</a>
Here is my text and all kinds of stuff including a link to my <a href="secondpage.html">second page</a>.<p>
<img src="initials.jpg" width="155" height="155" alt="my image">
</body>
</html>