|
Back
Adding an Article
To add an article, use the first set of boxes at the top of the page, above the black line.
The first, and smaller, box is for the article's title. It will appear in bold
at the top of the article box on the home page. The next, larger, box is for the article's
content. The article text may be as short or long as necessary. To format the text, see
below.
Modifying an Existing Article
All existing articles will be displayed below the black line in the order which they
will appear on the home page. To change a title or article text, just make the changes
and hit the "Update" button next to the article. You can delete an article by hitting
the "Delete" button next to the article.
By hitting the "Update" button, it will move the article to the top of the list. To
rearrange articles, hit the "Update" buttons next to the articles to move them to the top
and put them in the correct order.
Formatting an Article
You can format the article using basic HTML tags. I will list a few here that can help,
but there are others that are possible to use, as well. To use the tags, simply
replace the 'text' with whatever you want formatted, keeping the part within the
< and > signs on both sides of the text (including the < and >). For example, to make
text bold, as shown below, you would have to type <b>this will be bold</b> and
it will appear on the page as this will be bold
| Tag |
Result |
| <b>text</b> |
bold |
| <i>text</i> |
italicized |
| <u>text</u> |
underlined |
| text<tab>text |
text text |
| <h2>text</h2> |
large |
| <font color="#000066">text</font> |
blue |
| <font color="#dedb00">text</font> |
gold |
| <a href="http://www.somelink.com">text</a> |
link to http://www.somelink.com |
| <a href="mailto:name@domain.com">text</a> |
e-mail name@domain.com |
Back
|