User:Trixxiee Schomer/Tutorials/Basic Forum Formatting

From The SchomEmunity Wiki
< User:Trixxiee Schomer‎ | Tutorials
Revision as of 11:15, 17 September 2015 by PeterT (talk | contribs) (Reverted edits by BydayWeella (talk) to last revision by Rebecca)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to edit a page | How to create a new page | How to Upload an Image | Basic formatting on the wiki | Tips for a good wiki | Basic formatting on the forum | Basic guide to the SL interface | How to make a basic t-shirt in SL | How to use the forum calendar

Basic Formatting on the Forum

I know that there are the buttons to help you format posts on the forum, but it is always easier to do it yourself, so this tutorial (again, no pictures, sorry) will help you with the basics of formatting on the forum.

Note: This formatting is called BB-Code and is what is used on most forums, so it may be useful elsewhere. In a lot of cases, BB-Code is very similar to HTML, but uses square brackets instead of the arrow-shaped ones.

Bold, Underlined, Italics

  • To make something bold on the forum, just type
    [b]YOUR TEXT HERE[/b]
    .
  • To make something italicised, just type
    [i]YOUR TEXT HERE[/i]
    .
  • To make something underlined, just type
    [u]YOUR TEXT HERE[/u]
Note: You must remember to close each instruction set using the forward slash (/)

Inserting Hyperlinks and Images

  • To insert a hyperlink(a link to another page), just type the following:
[url=PASTE THE URL HERE]TYPE A NAME OR DESCRIPTION HERE[/url]
Note: You must remember the closing square bracket (]) between the URL and the name of the site you are linking to.
  • To insert an image, first you must upload it onto a web host such as Photobucket. Presuming you have done that, type the following to insert the image into the body of your post:
[img]PASTE THE URL OF YOUR IMAGE HERE[/img]

Changing Font Colour, Size and Style

  • To change the colour of your text, you first need to know the names of some of the colours you can have. Basic ones include, blue, red, yellow, lightgreen, etc. Then type
    [color=COLOURNAME]TYPE YOUR TEXT HERE[/color]
Note: Notice the American spelling of 'color'. You have to spell it this way or it will not work.
  • To change the size of your font, you can either type
[size=large]TYPE YOUR TEXT HERE[/size], 

changing 'large' to 'small' or 'medium' depending which you want. You can also enter a numerical value for your font size, which uses the same code as above, but instead of saying 'large' you just type a value.

  • To change the style of your text, you first need to know the name of a selection of fonts available. Most forums will tell you this anyway. Then type
[font=FONTNAME]TYPE YOUR TEXT HERE[/font]