Back to previous page

Format your post

Remember we said earlier that the text editor is very similar to a word processor? Well, as in any word processor you can format and arrange your text for emphasis here in the forum.

The first, basic thing you should know is that the forum uses what's called BBcode or Bulletin Board Code. BBcode uses 'tags' to 'mark up' your text. Each 'tag' has an opening and closing 'tag' denoted within brackets. An opening tag will look like [ ] and a closing tag looks like [/ ]. Notice the slash in the closing bracket is the only thing that is different. If you forget the slash, the forum will interpret your closing bracket as an opening bracket.

The easiest way to 'mark up' your text is usually to type it out first, then select it, and press the appropriate button at the top of the editor. For example, if you wanted to make 'some text' bold you would type it out 'some text', then select 'some text' with your mouse, and then press the 'B' icon in the toolbar located just above the Message area (where you are composing your message). You will now see: [b]some text[/b]. When you preview or submit your message it will be displayed as 'some text'. Alternatively, if you know them, you can type the tags manually right along with the rest of your text or you can use the buttons at the top of the editor to insert the tags the fill in your text.

The BBcode Wiki covers the basic mark up tags so let's move on to what the Wiki doesn't cover.

Lists

There are two types of lists: ordered and unordered. An ordered list is a numerical list like you might use to list the finishing order of a race. An unordered list is a list you might use to list groceries. There are two different tags needed to create a list.

First, you use a tag that creates the kind of list you want.

[ul] [/ul] = unordered list [ol] [/ol] = ordered list

Second, you use a list tag for each item in the list

[li] [/li] = each list item.

So, the code for an ordered list would look like this:

[ol] [li] 1st place[/li] [li] 2nd place[/li] [li] 3rd place[/li] [/ol]

Edit your own post

There will be times when you make a post and you don't catch a misspelled word, fix a broken link or something that will require you to edit you post. It happens to us all so the edit button is easily accessible. When you are looking at one of your own posts that you need to edit you will find the 'Edit' button at the bottom of your post. Simply press the edit button and you use the same editor you used to create your post populated with the actual post. Edit your post as you see fit and, when you are satisfied, press the 'Submit' button at the bottom of the page. All done!

Visibility and notification of your favorite posts

Now that you have settled into your new community and everyone has met you, you want to be able to keep up with your favorite posts without checking in every five minutes to see if something new has posted. There a couple of ways that you can do that.