QuickerUbb UBB parser engine extension
Color and size tags
Color tag
Testing with correct syntaxed tags:
The next line should be colored red with {color=red} syntax:
This line is red
Seems to work, lets try the hex-variant of color definition
{color=#0000ff} should make the following line blue:
This line is blue
Size tag
Lets test some sizing
Sizing is implemented as transformation from {size=n} to <font size="n">
whereas n has to be numeric to have effect.
Size 10 line
Testing with incorrect data values
{color=ddf1dd}{size=10}ddffdd{/size}{/color}
ddffdd
{size=b}a{b}b{/b}c{/size}
abc
Some last words
Have fun.
Generation in: 0.071130990982056 secs