It is often desirable to change the appearance of your text. You may do this by using the following formatting commands.
Formatting commands generally have a command followed by one or more arguments. Arguments are delineated by commas. In the event that there is a comma within the argument simply enclose the argument in single or double quotes.
| Sequence |
Purpose |
Details |
| [b,text] |
Make "text" bold. |
Any character between the comma and closing
bracket (]) will be displayed as bolded characters. For example:
This is an [b,example] of how to bold text.
Displays:
This is an example of how to bold text. |
| [bullets,line 1|line 2|line 3] |
Make a bulleted list. |
Take the list items and make a bulleted
list.
[bullets, line 1.line 2.line item 3]
Displays:
- line 1
- line 2
- line item 3
|
| [numbers,line 1|line 2|line 3] |
Make a numbered list. |
Take the list items and make a numbered
list.
[numbers, line 1.line 2.line item 3]
Displays:
- line 1
- line 2
- line item 3
|
| [i,text] |
Make "text" italic. |
Any character between the comma and closing
bracket (]) will be displayed as italic characters. For example:
This is an [i,example] of how to italic text.
Displays:
This is an example of how to italic text. |
| [u,text] |
Make "text" underlined. |
Any character between the comma and closing
bracket (]) will be displayed as underlined. For example:
This is an [u,example] of how to underline text.
Displays:
This is an example of how to underline text. |
[blue,text] [green,text] [red,text] |
Make "text" the specified color. |
Any character between the comma and closing
bracket (]) will be displayed as the specified color. For example:
This is an example of how to change text color. [blue, blue] [green,green] [red, red]
Displays:
This is an example of how to change text color. blue green red |
| [big,text] |
Display the "text" using the a larger font. |
This is an example of how to change the font to a larger size. [big,Big Text] When 'Big Text' displayed it will look like this Big Text. |
| [small,text] |
Display the "text" using the a smaller font. |
This is an example of how to change the font to a smaller size. [small,Small Text] When 'Small Text' displayed it will look like this Small Text. |
| [color,color-code,text] |
Display the "text" using the specified color code. |
This sequence allows you to display text
using a custom color code. Color codes consist of the '#' sign followed
6 didgits that represent the red-green-blue color values.
This is an example of how to change text color using a custom color code. This text is displayed with a custom color code of #EB35BE which is kind of a purple. |
| [center,text] |
Center "text" on the page. |
Any character between the comma and closing
bracket (]) will be centered. For example:
This is an [center,example] of how to center text.
Displays:
example |
[style,class] [style] |
Web pages may use styles. A style may be used to define multiple formating characteristics. So if you want to change multiple characteristics such as font type, size, emphasis, etc that can be done with a style. Your webmaster would have to craete the style for you but you would be able to control where it is used. |
To use this command you need to specify where the style will start and
where it will end. The [stype,class] sequence starts a style and the
[style] sequence ends it. These sequences can be on separate lines. All
text between them will have the specified style.
|
[image,name] [image-left,name] [image-right,name] |
Display the image called "name" |
This sequence allows you to display an image
within your announcement. The image itself must be uploaded through the
Upload utilities. When you name the image file be sure to include
something that
identifies it as belonging to your program. For example; image filenames
for Traveling Volleyball should begin with "VBTR".
Images that are uploaded should either be ".gif" or ".jpg"
type images no more then 400 pixels wide. The larger the image, the longer
it takes to download. Please keep your images small.
To code the sequence you just need to include the name of the file that
you uploaded.
[image,EVAA.gif] causes the image filename called "EVAA.gif"
to be displayed. |
[link,url,link-text] [link-window,url,link-text] |
Include a link and a link in a new window. |
This sequence allows you to include a link to
another web site or to some other location within the web site.
Note: There can only be one link sequence per line.
For links to other sites you would code the sequence like:
For web site development go to [link,http://www.jmtservices.com,JMT
Services].
This would appear in a announcement like:
For web site development go to JMT
Services.
For links within the web site you would code the sequence like:
EVAA now offers [link,/Registration/Register.php,Online Registration]
to save you time.
This would appear in a announcement like:
EVAA now offers Online Registration to save you time.
Using the link-window command causes a new page to be opened.
|