Complete List of MyCodes with Examples
#1

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
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
[/code]

Preview:
Code:
Text with preserved formatting


9. Image
Code:
[img]https://caersidi-ns.com/images/logosolas.png[/img]

Preview: [Image: logosolas.png]

Code:
[img=50x50]https://caersidi-ns.com/images/logosolas.png[/img]

Preview: [Image: logosolas.png]

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:
[Image: logosolas.png]




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
[Image: Capture.jpg]

Preview:
Spoiler:
[Image: Capture.jpg]

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]
This is my TableTest A 1 B 2 [/table]

Code:
Instructions:
[th][/th] = Table Headers
[tr][/tr] = Table Row
[td][/td] = Table Data Cell



Messages In This Thread
Complete List of MyCodes with Examples - by Loller Corleone - 10-10-2020, 08:39 AM
RE: Complete List of MyCodes with Examples - by Loller Corleone - 10-10-2020, 09:00 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)