MyCode |
Using MyCode on LeefishText Stylesbold text
Input : [b]This text is bold[/b] italic text
Input : [i]This text is italicized[/i] underlined text
Input : [u]This text is underlined[/u] coloured text
Input : [color=red]This text is red[/color] resized text
Input : [size=3]This text is size 3[/size] font styles
Input : [font=Tahoma]This font is Tahoma[/font] align text
Input :[align=left]This is left-aligned[/align]
Result: This is left-aligned Input :[align=center]This is centered[/align] Result: This is centered Input :[align=right]This is right-aligned[/align] This is right-aligned Link StylesSimple link
Input : [url]http://www.example.com/[/url] fancy link
Input : [url=http://www.example.com/]Example.com[/url] simple e-mail link
Input : [email]example@example.com[/email] fancy e-mail link
Input : [email=example@example.com]E-mail Me![/email] fancy e-mail link with subject
Input : [email=example@example.com?subject=spam]E-mail with subject[/email] ImagesSimple image
Input : [img]http://www.php.net/images/php.gif[/img] Resized image
Input : [img=50x50]http://www.php.net/images/php.gif[/img] Advanced Codeslists
Input:
[list] [*]List Item #1 [*]List Item #2 [*]List Item #3 [/list]
Result :
You can make an ordered list by using [list=1] for a numbered, and [list=a] for an alphabetical list. simple quote
Input : [quote]Quoted text will be here[/quote] quote by name
Input : [quote=username]Quoted text will be here[/quote] code blocks
Input : [code]Text with preserved formatting[/code]
Result:
Code:
Text with preserved formatting |