Chris Ashley <cashley@uclink4.berkeley.edu>

Patrick Delaney <delaneyp@sbcglobal.net>

 

Our hub page is http://bawp.kern.org/

 

The URL is http://bawp.kern.org/ plus your first name and last initial.  Upper or lowercase will work the same.  Your weblog is hosted by the UC Berkeley Interactive University Project.

 

http://bawp.kern.org/DavidC http://bawp.kern.org/KarenC

 

Login at http://interactiveu.berkeley.edu:8000/YOURNAME/member/login

 

Your login is your email address.

Your password is: bawp

Change your password at http://bawp.kern.org//YOURNAME/member/signup

 

 

SOME BASIC SURVIVAL HTML

 

TEXT

 

Style

<b>bold</b>            <i>italic</i>            <u>underline</u>

 

Size

<font size=”1”>small</font>

<font size=”4”>medium</font>

<font size=”7”>large</font>

Font size spans –2, -1, 1, 2, 3 (default size), 4, 5, 6, 7

 

Color

<font color=”green”>Green text</font>

<font color=”#33CC00”>Green text</font>

Color names: http://developer.netscape.com/docs/manuals/htmlguid/colortab.htm

Hexidecimal color codes: http://hotwired.lycos.com/webmonkey/reference/color_codes/

 

Combine Size and Color

<font size=”5” color=”salmon”>Howdy!</font>

 

 


BREAKS and ALIGNMENT

Line break: <b>            Paragraph break <p>            Horizontal rule <hr>

 

<div align=”left”>left</div>

<div align=”center”>center</div>

<div align=”right”>right</div>

 

LINKS

Link to another site:

<a href=http://www.yahoo.com/>Yahoo</a>

 

Link to another weblog on the same interactiveu server:

<a href=” http://bawp.kern.org/LynnH”>Lynn</a>

 

Link to a specific day’s post on another interactiveu weblog

<a href=” http://bawp.kern.org/ChrisA">/2002/03/07”>Chris'%20post%20on%20Thursday</a>.  Links to specific dates is important to use so that you are linking to a particular piece of writing.

 

IMAGES

Link to another image and place it on your page:

<img src=” http://www.mantex.co.uk/ou/graphics/joyce-03.jpg”>

 

When pictures are uploaded to your weblog Manila assigns the picture a shortcut based on the picture’s name.  Shortcuts are named in quotes.  For example, you upload a picture called skateboard.jpg.  Manila assigns the shortcut skateboard.jpg.  To place the picture on a page in your weblog use the shortcut’s name in quotes: “skateboard.jpg.”

 

LISTS

Occasionally you’ll want to make bulleted or numbered lists.

 


Bulleted list

<ul>

<li>Item one

<li>Item two

<li>Item three

</ul>

Numbered list

<ol>

<li>Item one

<li>Item two

<li>Item three

</ol>


 

STATS

View your stats at http://bawp.kern.org/YOURNAME/stats/

 

Stats/referers shows who is linking to you, and how many have used that link to visit you.

Stats/members shows who belongs to your site

Stats/mostRead shows the most read messages on your site