Mailing List Admin
(password is: "yorkriver")
Edit a Page:
- Select the page you wish to edit.
Upload Movie Poster Images:
Registration Data:
- View/Download registration log file. (right-click to download)
- View/Download registration backup. (right-click to download)
- Upload blank log file (to reset registration log)
- The pages as you edit them may have broken images. This is OK! The images will show up fine for normal visitors.
- Hit your "Return" key twice in any multi-line text field to start a new line.
- Leave any field blank if you don't need to use it.
- To make individual text bold (other than just the headers), type: "<b>any text you want to be bold</b>". See more formatting tips below.
- Scroll down to the bottom of the page and click on the "Record Changes" button once you are finished.
- Click on the link on the resulting page to view the effects of your changes.
- You will probably have to click "Refresh" or "Reload" on your browser toolbar to see the changes actually show up.
- Text Formatting
- Bold text
<b></b>
- Italic text
<i></i>
- Teletype, or typewriter-style text
<tt></tt>
- Set size of font, from 1 to 7
<font size=?></font>
- Set font color, using name or hex value
<font color=?></font>
- Links
- Create a hyperlink
<a href="URL"></a>
Example: Click <a href="http://www.yahoo.com">here</a> to go to Yahoo!- Create a hyperlink that opens in a new window:
Example: Click <a href="http://www.yahoo.com" target="_blank">here</a> to go to Yahoo in a new window!- Create an email link
<a href="mailto:EMAIL"></a>
Example: Click <a href="mailto:jdoe@whatever.com">here</a> to send email!- Create a target for a link within a page
<a name="NAME"></a>
- Link to the target location from elsewhere on the page
<a href="#NAME"></a>