text styling
[b] bold
[b]...[/b]
The [b] tag formats its contents using bold text.
[i] italics
[i]...[/i]
The [i] tag formats its contents using italicized text.
[s] strikeout
[s]...[/s]
The [s] tag adds a strikeout to its contents.
[sub] subscript
[sub]...[/sub]
The [sub] tag formats its contents as subscript.
[sup] superscript
[sup]...[/sup]
The [sup] tag formats its contents as superscript.
[size] font size
[size=n]...[/size]
The [size] tag sets the font size of its contents.
This text is size 0.
This text is size 1.
This text is size 2.
This text is size 3.
This text is size 4.
This text is size 5.
This text is size 6.
This text is size 7.
links
[url] external links
[url]address[/url] OR [url=address]...[/url]
The [url] tag allows you to insert links to external documents. In the first form, it simply marks the URL as a link:
[url]https://codecreature.net[/url] --> https://codecreature.net
In the second form, you can specify the text to appear within the link:
[url=https://codecreature.net]codecreature![/url] --> codecreature!
[url]https://codecreature.net[/url] --> https://codecreature.net
In the second form, you can specify the text to appear within the link:
[url=https://codecreature.net]codecreature![/url] --> codecreature!
images
[img] image
[img]address[/img]
The [img] tag allows you to insert images. Paste a URL to the image between the start and end [img] tags, like this:
[img]https://codecreature.net/graphix/deco/maxwell.gif[/img]
-->
[img]https://codecreature.net/graphix/deco/maxwell.gif[/img]
-->