Instructions to the user:

In the form below, enter the update that you want to appear on the page that this script has been configured for.
You can use plain text or HTML tags. I will point out, that to achieve line breaks and spacing, you MUST use the following two HTML tags:
<BR>
Insert this tag at the end of text where you want a line break to occur. The text following this tag will appear on the next line.
For example, the last sentance had a <BR> tag inserted after it, thus, this is a new line.

<P>
Use this tag to force a line break and a skipped line. There will be a blank line between the text that this tag follows and the next text that appears.

For example, the last sentance had a <P> tag inserted after it, thus, this is a new line with one blank line in between.



If you know some HTML, great. If you don't, I have included a table of common tags and their results at the end of the update form.

WARNING

Once you have submitted any changes via this form, the changes will be live! Make sure of your content before you submit the changes!

I recommend that you first view the page you are changing and save a copy of it. That way you will be able to cut and paste the content to restore the original content should you need to.



Update Form


UserID:
Password:




BASIC HTML TAGS

In all instances, the text you wish to affect must be enclosed within opening and closing tags. Example:
Opening Bold tag: <B>
Closing Bold tag: </B>
<B>Text to be bolded</B>
For your comparison, text without any tags will appear on the page looking like this.
<B>Bold text</B>Bold text
<I>Italic text</I>Italic text
<U>Underlined text</U>Underlined Text
<BIG>One size bigger than normal</BIG>One size bigger than normal
<SMALL>One size smaller than normal</SMALL>One size smaller than normal
<H3 align="center">Header size 3</H3>

Header size 3

<H2 align="center">Header size 2</H2>

Header size 2

<CENTER>Anytext</CENTER>All samples in this column are centered. Place these tags around any element you want centered on the page. The exception is <H?> tags that have the attribute "align="center"" included within the angle brackets.
<BLOCKQUOTE>
Using the Blockquote tag......
</BLOCKQUOTE>
Using the Blockquote tag nicely offsets the contents from the rest of the page. It is ideal for making a quote or important point standout from the rest of the page.

Until you get used to tags, cut & paste the sample from the left column into the Update Form, replacing the enclosed text with your own.






© 2000, Bill Hays Web Design