English (American)  中文(简体)
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

MyCode Extras

[spoiler]This is a Spoiler.[/spoiler]

[spoiler="Title"]This is a Spoiler with a Title.[/spoiler]



[audio=468x20]url.mp3[/audio]

[audio="Music #1,Music #2"468x20]url1.mp3,url2.mp3[/audio]



(Size may be omitted)


[Tab]This line (only the line) has a tab.

   This line (only the line) has a tab.

[Tab=2]This line (only the line) has two tabs.

      This line (only the line) has two tab.


[indent]Line one,
Line two,
Line three...[/indent]

   Line one,
   Line two,
   Line three...


[indent=2]Line one,
Line two,
Line three...[/indent]

      Line one,
      Line two,
      Line three...


The following text is [sup]Sup Text[/sup]

The following text is Sup Text

The following text is [sub]Sub Text[/sub]

The following text is Sub Text

The following MyCode is [noparse][b][i][u]not parsed.[/u][/i][/b][/noparse]

The following MyCode is [b][i][u]not parsed.[/u][/i][/b]

It is possible to post your code scripts using the code tag. E.g.:

[code]

test

[/code]

Code:
<p>test</p>

It is also possible to specify a language in the code tag. If it is a language recognized by our parser, it will give syntax highlighting! E.g.:

[code=php] echo "Hello HFE!"; [/code]

   PHP Code:
  1. echo hello;