Fill in the form below to submit your write
up
To create a link use BBcode the same as in most
forum software [?]
return to top
Code examples are...
The following code...
|
Looks like this...
|
[url]http://www.managedlinks.com[/url]
|
http://www.managedlinks.com |
[url=http://www.managedlinks.com]Managed Links[/url]
|
Managed
Links |
[list]
[*]list item
[*]list item
[*]list item
[/list] |
- list item
- list item
- list item
|
[list=1]
[*]list item
[*]list item
[*]list item
[/list] |
- list item
- list item
- list item
|
[b]Bold[/b] |
Bold |
[img]http://www.managedlinks.com/images/sample04.jpg[/img] |
|
[color=red]colour is red[/color]
or
[color=#FF0000]colour is red[/color]
|
Colour is red |
[code]if (fruit == apple)
buyapple();
else
buyorange();[/code]
|
Code:
if (fruit == apple)
buyapple();
else
buyorange();
|
You can mix and match the above code.
for example..
[color=red]colour is [b]red[/b][/color] |
Colour is red |
All other code will be
displayed as is!