log inhelp
Already have an account? Log in!
Because it takes a few minutes to process the request, do this first.
Web Training Intro from Baynard on Vimeo.
This tutorial will show you how to edit HTML code using TextWrangler.
1. Source code:
HTML TEMPLATE
<html>
<head>
<title>The Title of Your Page goes here. It shows up in the grey bar at the top</title>
</head>
<body>
Within the body section of the page, you can insert your main text and content.
However, pressing the Enter key will not create a break when your page is put online.
For that, you need the paragraph or break tag to separate your thoughts.
<p>
<img src="my-image.jpg">
</p>
<p>Here is my <a href="/my-audio.mp3">audio file</a>.</p>
<p>Here is my <a href="/myposter.pdf">poster</a>.</p>
<p>I also made a <a href="/my-video.mov">quicktime video</a></p>
But it's not quite as cool as my YouTube video, which I've embedded below by simply copying the code YouTube so graciously provides me!
<BR>
<object width="425" height="344">EMBED CODE GOES HERE</object>
<BR></p>
</body>
</html>
2. Tutorial
Web Training HTML Editing from Baynard on Vimeo.
This tutorial will show you how to upload your HTML document to your GetWeb account.
FTP Training from Baynard on Vimeo.
Edit the html template. It should include:
Send me the link when you are done, thanks!
The link will be something like "http://students.vassar.edu/dekhalsa/".
Insert links to other pages or uploaded files.
Tip: To turn text into a link, highlight the text, then click on a page or file from the list above.
You don't have permission to comment on this page.
Front Page
Phase I
Phase II
Phase III
Phase IV
Phase V
Professional Page
Leadership
List of All Pages
Comments (0)
You don't have permission to comment on this page.