0% found this document useful (0 votes)
21 views

Tutorial

The document describes various Markdown syntax codes that can be used to format text on a forum post. It explains how to center, bold, underline, and change the size and color of text using Markdown tags. It also provides examples of how to combine multiple syntax codes to format text in different ways, such as making text centered, a specific font size, and green color. Color codes that can be used in HTML and CSS are also listed. [/SUMMARY]

Uploaded by

ruthann75
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Tutorial

The document describes various Markdown syntax codes that can be used to format text on a forum post. It explains how to center, bold, underline, and change the size and color of text using Markdown tags. It also provides examples of how to combine multiple syntax codes to format text in different ways, such as making text centered, a specific font size, and green color. Color codes that can be used in HTML and CSS are also listed. [/SUMMARY]

Uploaded by

ruthann75
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Codes and Uses

Center - To place your text into the middle of the post.

Start --> [center] Text [/center] <-- End

Bold/Underline - To bold or underline text.

Start --> [b] text [/b] <-- End Start --> [u] text [/u] <-- End

Images - Adding images to your post


Start --> [img]The direct image link[/img] Websites like Tinypic and Photobucket offer direct link codes for your image

Size - To change the size of the text


Start --> [size=(number of how big you want the text)px] Text [/size Ex.Start -- > [size=15px] Text [/size] <-- End

Color - To change the color of the text ** Color spelt the American way This is where things get tricky but easy once understood.

Start --> [color=#( Here is where you enter the color code)] Text [/color] <-- End

Color codes are used in Css and HTML Tags. Ex. Red would be #FF0000 Final code if the text were to be red:

Start --> [color=#FF000] Text [/color] <-- End *** I use this site for color codes but there are others too ^^ : http://
www.computerhope.com/htmcolor.htm#01

Using Multiple Syntax Codes

To use more than one syntax code on a phrase/image simply type in the proper beginnings and endings in the order you started with. Ex. I want to say : This thread was very helpful and informative. I want it centered, in a 15px text size and colored green. It does not matter which code you start with as long as it is the code you end with.

Beginning:
Starting with center: [center] Then the size: [center][size=15px] And finally the color: [center][size=15px][color=#008000]

Middle:
[center][size=15px][color=#008000]This thread was very helpful and informative.

End:
Color was the last code I used: [center][size=15px][color=#008000]This thread was very helpful and informative.[/ color] Second to last code, size: [center][size=15px][color=#008000]This thread was very helpful and informative.[/color][/ size] To end, use the first code you started with: [center][size=15px][color=#008000]This thread was very helpful and informative.[/color][/size] [/center] Hope this helped ^^

You might also like