Site hosted by Angelfire.com: Build your free website today!
W H A T      I S      F O R U M      C O D E ?

Forum Code is a variation on the HTML tags you may already be familiar with. Basically, it allows you to add functionality or style to your message that would normally require HTML.

Current Forum Codes:

 

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]

  1. Item 1
  2. Item 2

In the example above, the Forum Code Creates a numerically ordered list

[ul]
[*]
Item 1[/*]
[*]
Item 2[/*]
[/ul]

  • Item 1
  • Item 2

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:

Section 1
Section 2

Of Note
You must not use both HTML and Forum Code to do the same function. Also note that the Forum Code is not case-sensitive (thus, you could use [URL] or [url]).

Incorrect Forum Code Usage:
[url] www.gipsymedia.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.

[quote]To be or not to be[quote] - the end brackets must include a forward slash ([/quote])

Close Window

DigiGuide Forums
Copyright ©2001 GipsyMedia Limited.