Tutorial
Tutorial
Start --> [b] text [/b] <-- End Start --> [u] text [/u] <-- End
Start --> [img]The direct image link[/img] Websites like Tinypic and Photobucket offer direct link codes for your image
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
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 ^^