Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
MyCode
  • Since i noticed theres no tool bar to auto insert "Mycodes" here is a list of them

    This is just a list of all the MyCodes

    bold 	[b][/b]
    italic [i][/i]
    underline [u][/u]
    strikethrough [s][/s]
    URL [url]http://url.com[/url]
    [url=http://url.com]My URL[/url]
    email [email]myemail@mydomain.com[/email]
    [email=myemail@mydomain.com]My Email[/email]
    quote [quote][/quote]
    [quote=Author][/quote]
    code [code][/code]
    [php][/php]
    [code]
    image [img]http://mysite.com/mypic.jpg[/img]
    font color [color=red][/color]
    font size [size=3][/size]
    font face [font=tahoma][/font]
    text alignment [align=center][/align]
    listing [list][/list] and [*] [/code]

    Examples
    [code][b]Bold text[/b]
    [i]Italicized text[/i]
    [u]Underlined text[/u]
    [s]Strikethrough text[/s][/code]
    [b]Bold text[/b]
    [i]Italicized text[/i]
    [u]Underlined text[/u]
    [s]Strikethrough text[/s]

    [code][size=SIZE]TEXT[/size][/code]

    Examples

    [code][size=50]XX-Small[/size]
    [size=70]X-Small[/size]
    [size=80]Small[/size]
    [size=100]Medium[/size]
    [size=125]Large[/size]
    [size=150]X-Large[/size]
    [size=200]XX-Large[/size][/code]
    [size=50]XX-Small[/size]
    [size=70]X-Small[/size]
    [size=80]Small[/size]
    [size=100]Medium[/size]
    [size=125]Large[/size]
    [size=150]X-Large[/size]
    [size=200]XX-Large[/size]

    [code]
    [font=NAME_OF_FONT]TEXT[/font][/code]

    Examples
    [code][font=Tahoma]This is in Tahoma[/font]
    [font=Courier]This is in Courier[/font][/code]
    [font=Tahoma]This is in Tahoma[/font]
    [font=Courier]This is in Courier[/font]


    [code][color=THE_COLOR]TEXT[/font][/code]

    Examples
    [code][color=red]This is red[/color]
    [color=green]This is green[/color]
    [color=#0000FF]This is blue, in Hex form[/color][/code]
    [color=red]This is red[/color]
    [color=green]This is green[/color]
    [color=#0000FF]This is blue, in Hex form[/color]


    [code][align=POSITION][/code]

    Examples
    [code][align=left]Left-aligned[/align]
    [align=center]Center-aligned[/align]
    [align=right]Right-aligned[/align]
    [align=justify]Justified[/align][/code]
    [align=left]Left-aligned[/align]
    [align=center]Center-aligned[/align]
    [align=right]Right-aligned[/align]
    [align=justify]Justified[/align]

    [code][php]PHP CODE HERE[/php][/code]

    Examples
    [code][php]<?php echo \"Hi!\"; ?>[/php]

    [php]<?php
    // Comment
    $mybb->user['var'] = \"Hi\"; ?>[/php]

    <?php echo \"Hi!\"; ?>


    <?php 
    // Comment
    $mybb->user['var'] = \"Hi\"; ?>


    Hope it helps
  • Xin
    Posts: 3,251
    cheerz bio this is useful
    Xin
  • undead
    Posts: 822
    Great post! Good work
  • Xin
    Posts: 3,251
    moved to announcements and stickied
    Xin
  • GameOver
    Posts: 675
    excellent work dude! thanks for share!