Testing 123

erco

Senior Member
Delete space inside first bracket to use, I had to add it for the listing

[ B]bold[/B]
[ I]italic[/I]
[ U]underline[/U]
[ COLOR="#FF0000"]red text[/COLOR]
[ COLOR="#0000FF"]blue text[/COLOR]
[ COLOR="#008000"]green text[/COLOR]
[ COLOR="#000000"]black text[/COLOR]
[ code]program listing[/code]
[ img]photo link[/img]
[ video]video link[/video]
big text
[ SIZE=2]default size text[/SIZE]
 
Last edited:

hippy

Technical Support
Staff member
If you use [noparse]...[/noparse] you can include tags without their being parsed ...

[B]bold[/B]
[I]italic[/I]
[U]underline[/U]
[COLOR="#FF0000"]red text[/COLOR]
[COLOR="#0000FF"]blue text[/COLOR]
[COLOR="#008000"]green text[/COLOR]
[COLOR="#000000"]black text[/COLOR]
[code]program listing[/code]
[img]photo link[/img]
[video]video link[/video]
 
Top