10-10-2020, 08:39 AM
(This post was last modified: 10-10-2020, 08:54 AM by Loller Corleone.)
MyCodes are a simplified version of HTML that can be easily used to create certain effects or enhance your posts and format them properly. Here are all the MyCodes that can be currently used in this forum.
1. Bold
Preview: This text is bold
2. Italic
Preview: This text is italicized
3. Underline
Preview: This text is underlined
4. Struck Out
Preview: This text is struck out
5. URL
Preview: http://www.example.com/
Preview: Example
6. Email
Preview: example@example.com
Preview: E-mail Me!
Preview: E-mail with subject
7. "Quote"
Preview:
8. Code
[/code]
Preview:
9. Image
Preview:
Preview:
Preview:
Preview:
10. Color
Preview: This text is red
11. Size
Preview: This text is size 3
12. Font
Preview: This font is Tahoma
13. Align
Preview:
Preview:
14. List
Preview:
15. Spoiler
Preview:
Preview:
16. Box
Preview:
17. Table
Preview:
[table=Example]
This is my Table Test
A
1
B
2
[/table]
1. Bold
Code:
[b]This text is bold[/b]
Preview: This text is bold
2. Italic
Code:
[i]This text is italicized[/i]
Preview: This text is italicized
3. Underline
Code:
[u]This text is underlined[/u]
Preview: This text is underlined
4. Struck Out
Code:
[s]This text is struck out[/s]
Preview: This text is struck out
5. URL
Code:
[url]http://www.example.com/[/url]
Preview: http://www.example.com/
Code:
[url=http://www.example.com/]Example[/url]
Preview: Example
6. Email
Code:
[email]example@example.com[/email]
Preview: example@example.com
Code:
[email=example@example.com]E-mail Me![/email]
Preview: E-mail Me!
Code:
[email=example@example.com?subject=spam]E-mail with subject[/email]
Preview: E-mail with subject
7. "Quote"
Code:
[quote]Quoted text will be here[/quote]
Preview:
Quote:Quoted text will be here
8. Code
Code:
[code]Text with preserved formatting
Preview:
Code:
Text with preserved formatting
9. Image
Code:
[img]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img=50x50]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img align=center]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img align=right]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
10. Color
Code:
[color=red]This text is red[/color]
Preview: This text is red
11. Size
Code:
[size=3]This text is size 3[/size]
Preview: This text is size 3
12. Font
Code:
[font=Tahoma]This font is Tahoma[/font]
Preview: This font is Tahoma
13. Align
Code:
[align=center]This is centered[/align]
Preview:
This is centered
Code:
[align=right]This is right-aligned[/align]
Preview:
This is right-aligned
14. List
Code:
[list]
[*]List Item #1
[*]List Item #2
[*]List Item #3
[/list]
Preview:
- List Item #1
- List Item #2
- List Item #3
Code:
NOTE: You can make an ordered list by using [list=1] for a numbered, and [list=a] for an alphabetical list.
15. Spoiler
Preview:
Spoiler:
Preview:
Expand:
16. Box
Code:
[box]This is a box[/box]
Preview:
This is a box |
17. Table
Code:
[table=Example]
[th]This is my Table[/th][th]Test[/th]
[tr][td]A[/td]
[td]1[/td][/tr]
[tr][td]B[/td]
[td]2[/td][/tr]
[/table]
Preview:
[table=Example]
Code:
Instructions:
[th][/th] = Table Headers
[tr][/tr] = Table Row
[td][/td] = Table Data Cell