Part 2

Scan objects in. From z_images:timecapsule:scans move images into your web:images: me

Collect other images from this page

Part 3

Present items from your lists, including a digital image of yourself in a photoshop collage.
  1. Open BBEdit



  2. Create a new web document +CTRL+N.
    • Make sure XHTML 1.0 Strict is selected


    • Give your document a title (This is what appears on the top of your browser).


    • Press OK



  3. Save the document in your web folder as me1.html






  4. Include your collage and anything else you want to add to your page. (+CTRL+I).

  5. Give this page a background-color. Navigate to the ≪body> tag. Add the following to the tag and replace the underline with a color of your choice:
    <body style="color:______;">


  6. To preview: save and press +CTRL+P


Part 4

  1. Open index.html

  2. Create a new row (<tr>...</tr>) in your assignment table and add a link to me1.html

Helpful xhtml link
Helpful style link

Collages

Getting started


Hausmann



Heartfield


Hoch


Schwitters


Linking the assignment

  1. Open index.html


  2. Navigate to your table


  3. Copy the last row:
    <tr>
        <td class="assignment"><a href="timeline.html">Timeline</a></td>
        <td class="description">BBEdit, Photoshop and Javascript</td>
        <td class="date">9/20/05</td>
    </tr>  
    and paste beneath it:
    <tr>
        <td class="assignment"><a href="timeline.html">Timeline</a></td>
        <td class="description">BBEdit, Photoshop and Javascript</td>
        <td class="date">9/20/05</td>
    </tr>
    <tr>
        <td class="assignment"><a href="timeline.html">Timeline</a></td>
        <td class="description">BBEdit, Photoshop and Javascript</td>
        <td class="date">9/20/05</td>
    </tr>



  4. Change the first column to:
        <td class="assignment">Time Capsule</td>
        



  5. Change the second column to:
        <td class="description">Photoshop</td>
        



  6. Change the third column to:
        <td class="date"></td>
        



  7. In cell 1 of this row set up an anchor container (a link) around the text you added, linking it to the rollover page in your web folder


    1. Hilite the word Rollover
    2. Press +CTRL+A
    3. Click on the File button
    4. Navigate to the rollover page in your web folder
    5. Click on the Choose button
    6. Click on the Apply button