BBCode Guide
these are all the bbcode tags currently supported!
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.
[u] underline
[u]...[/u]
The [u] tag adds an underline to its contents.
[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!
You can link to pages on codecreature.net without the domain name:
[url]/home[/url] or [url=/home]homepage[/url]
--> https://codecreature.net/home
[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!
You can link to pages on codecreature.net without the domain name:
[url]/home[/url] or [url=/home]homepage[/url]
--> https://codecreature.net/home
images
[img] image link
[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]
You can link to images on codecreature.net without the domain name:
[img]/graphix/deco/maxwell.gif[/img]
[img]https://codecreature.net/graphix/deco/maxwell.gif[/img]
You can link to images on codecreature.net without the domain name:
[img]/graphix/deco/maxwell.gif[/img]
accessibility
[alt] alt text
[alt=alt text]...[/alt]
The [alt] tag allows you to add an accessible alternative to any text. This works for screenreaders and anyone with the "proper English" setting active on the site.
Consider using this for chatspeak, unusual abbreviations, numbers in place of letters, and any other text that may be inaccessible to screenreaders, non-native English speakers, or anyone else not familiar with your personal style of typing.
For example, [alt=please]pls[/alt] will display as "pls" to most users, but "please" for anyone requesting accessible text.
Consider using this for chatspeak, unusual abbreviations, numbers in place of letters, and any other text that may be inaccessible to screenreaders, non-native English speakers, or anyone else not familiar with your personal style of typing.
For example, [alt=please]pls[/alt] will display as "pls" to most users, but "please" for anyone requesting accessible text.
[e] emoticon alt text
[e=alt text]...[/e]
The [e] tag allows you to add an accessible description to text emoticons. This works similarly to [alt], but only replaces text for screenreaders.
For example, [e=shocked cat face]83[/e] will display "83", but screen readers will read it as "shocked cat face."
The following emoticons have pre-written alt text, so you can write them as [e]...[/e].
For example, screen readers will read [e]:)[/e] as "smiley face."
:) ;) :D XD B)
:( :'( D:
:3 ;3 :'3 B3 :3c
:P XP
For example, [e=shocked cat face]83[/e] will display "83", but screen readers will read it as "shocked cat face."
The following emoticons have pre-written alt text, so you can write them as [e]...[/e].
For example, screen readers will read [e]:)[/e] as "smiley face."
:) ;) :D XD B)
:( :'( D:
:3 ;3 :'3 B3 :3c
:P XP