07-18-2008, 06:56 PM
I have added some new BBcodes which can be used to enhance your posts.
The first is a simple text highlight, which will highlight text with whatever color you choose.
Example:
This text is highlighted
The code to use it is:
The next is a code to center text. Although a center BBcode existed in the form of [align=center], I never liked that one so I added another.
Example:
The code to use it is:
The next two are a Subscript and a Superscript code. Not sure of there usefulness, but they were on my old InvisionFree board and they were simple to add.
Example:
This text is subscripted
The code to use it is:
This text is superscripted
The code to use it is:
(Continued...)
The first is a simple text highlight, which will highlight text with whatever color you choose.
Example:
This text is highlighted
The code to use it is:
Code:
[hl=yellow]This text is highlighted[/hl]The next is a code to center text. Although a center BBcode existed in the form of [align=center], I never liked that one so I added another.
Example:
This text is centered
The code to use it is:
Code:
[center]This text is centered[/center]The next two are a Subscript and a Superscript code. Not sure of there usefulness, but they were on my old InvisionFree board and they were simple to add.
Example:
This text is subscripted
The code to use it is:
Code:
This text is [sub]subscripted[/sub]This text is superscripted
The code to use it is:
Code:
This text is [sup]superscripted[/sup](Continued...)