Portland Permaculture Guild Website Control Page
For removing unwanted bulletin board messages.
Remember, you need to fill in the username (your first name) and the
password (that nickname given to me).
Editing Calendar of Events
In the edit box below is the HTML contents of the Calendar of Events. Edit
it however you want, then click the Save button.
Remember these basic HTML tips:
- Each event entry is a row -- between the <tr> tag and the </tr>
tag.
- Each event entry (row) contains three columns (Date/Time, Event, and Location),
and each column's text is between the <td> and the </td>
tags.
- Boldface text is between the <b> and </b>
tags.
- Italic text is between the <i> and </i>
tags.
- A line break is indicated with a <br> tag.
- A paragraph break (line break with some space between lines) is indicated
with a <p> tag.
- Text formatting is only done by the above tags -- any extra spaces, indents,
or carriage returns in the text itself will be ignored.