| Web Address Hyperlinks |
You can have true hyperlinks using the [url] code. Just use the
following format (Forum Code is in
red):
[url=http://www.digiguide.co.uk]DigiGuide Web Site[/url]
[url]www.mydigiguide.com[/url]
In the examples above, the Forum Code automatically generates a
hyperlink to the URL that is encased. It will also ensure that the
link is opened in a new window when the user clicks on it. Note
that the "http://" part of the URL is completely optional. In the
first example above, the URL will hyperlink the text to whatever
URL you provide after the equal sign. Also note that you should
NOT use quotation marks inside the URL tag. |
| Bold and Italics |
| You can make italicised text
or make text bold by encasing the applicable sections of your text
with either the [b] [/b] or [i] [/i] tags.
Hello, [b]James[/b] Hello, [i]Mary[/i]
|
| Colours |
| You can change the colour of text by
encasing the applicable sections of your text with a colour tag.
This field is really [green]green[/green]
This mud is very [brown]brown[/brown]
The colours available are: red, green, blue, white, purple, yellow, violet, brown, black, pink, orange, gold, beige, teal, navy, maroon, limegreen. |
| Font Size |
You can change the font size of text by
encasing the applicable sections of your text with a size tag.
[1]Test[/1] |
Test |
[2]Test[/2] |
Test
[Normal Size] |
[3]Test[/3] |
Test |
[4]Test[/4] |
Test |
[5]Test[/5] |
Test |
[6]Test[/6] |
Test |
|
| Quoting Other
Messages |
| To reference something
specific that someone has posted, just cut and paste the applicable
text and enclose it as shown below (Forum Code is in red).
[QUOTE]Ask not what your country
can do for you.... ask what you can do for your country.[/QUOTE]
In the example above, the Forum Code automatically blockquotes the
text you reference. |
| Code Tag |
| Similar to the Quote tag,
the Code tag adds some <PRE> tags to preserve formatting. This is
useful for displaying programming code, for instance.
[CODE]<p align="center">
<FONT COLOR="RED">Warning</FONT> </P>
[/CODE]
In the example above, the Forum Code automatically blockquotes the
text you reference and preserves the formatting of the coded
text. |
| Lists |
Used for making lists of
points, or steps to reproduce a bug.
[ol]
[*]Item 1[/*]
[*]Item 2[/*]
[/ol] |
- Item 1
- Item 2
|
In the example above, the Forum Code Creates a numerically
ordered list
[ul]
[*]Item 1[/*]
[*]Item 2[/*]
[/ul] |
|
In the example above, the Forum Code Creates a
bulleted list |
| Other Tags |
| You can add a horizontal line in the message
to help split up long messages using the [rule] tag.
Section 1[RULE]Section 2
In the example above, you would get the following formatted message:
|
|