| General Instructions |
|
| Apply Headings |
In the Design pane:
highlight the heading text and from the Properties pane choose Format : Heading 1 / Heading 2 / Heading 3 whichever is appropriate.
|
| Insert Index |
In Code Pane:
Comme ça: |
| Align Graphics |
In Design pane:
In Code Pane: Now click after the paragraph and press [Shift][Enter] to insert a line break. Add the clear all attribute to put the following paragraph underneath the graphics. In Design Pane: Align lions_300.jpg to the left, enter appropriate Alt and Title text and add a line break with clear all. Align garvey_glou_pa300.jpg to the right and add appropriate Alt and Title text. Align the caption paragraph to the right so that it goes underneath the graphic. |
| Superscript footnote reference | In Code pane:
Immediately after the paragraph"Garvey scores try ..." insert the superscript code and the number 1 (check html code demo to recall how to do this) In Design Pane: Click in front of the Reference "1. Link for Garvey ..." and insert an anchor called note1. Highlight the superscript 1 and use the "point to file" pointer to make the link to the anchor you've just created. |
| Links and Stuff |
In Code Pane:
Make the quote that Marcel Garvey gives to the Citizen a blockquote. Add curly left and right quotes around it. (Insert bar : Characters tab). In Design Pane: Internal linksInsert appropriately named anchors just before all <h2> headings
and link from the Index list items to these anchors. |
| Insert table |
Within Dreamweaver, open the Table Practice file called table.htm that you have just created. In Code Pane:
Select all the codes from <table> down to </table> and copy to clipboard. Now switch to the other file, rugby.htm which should also be open (just click the tab at the bottom). In Code Pane:
Highlight paragraph <insert six nations table here> and paste in the table - it'll overwrite the stuff you've just highlighted. Now click Refresh and your results table appears in a new file! |
| Finishing up | When you have finished, paste the web URL to this page into your blog. Remember that it's in the format http://www.earlham.edu/~username/filename.htm. |