Hi everybody!
I am going to teach you a few handy tricks for use in your previews, articles, reviews and whatever else on this awesome site.
I noticed whilst writing my last article that you can use HTML to add links and things. So here we go.

Before I continue I must point something important out to you. Whenever you see [ you must replace it when writing your preview/article with < Whenever you see ] you must replace it with > Got it? Ok. Oh, everything that is between the characters [ and ] is HTML that you need to know for this stuff to work.

To Add A Link:
Say you wanted to add a link to your site or to a screenshot of a game.
1. First, type:
[a href="http://www.yourlink.com"]
The only thing you must change here is the http://www.yourlink.com part. Make sure you put the complete link to your site or screenshot and don't forget the http:// part.
2. Now type the text you want people to click on to go to your link, for example: Click here to see a screenshot!
3. Now type: [/a]
Make sure you type everything exactly as shown above and only change what I have told you to change or else it won't work. I promise you it works, try the link below!
<a href="http://www.fergs.co.uk" target=_blank>Fergs Kliktime!</a>

To Make Bold Text
This one is easy.
1. First type: [b]
2. Now type the text you want bold.
3. Now type: [/b]
That's it! Here is an example of bold text: I am bold!

To Make Text Italic
This one is a sinch too.
1. First type: [i]
2. Then type the text you want to be italic.
3. Then type: [/i]
There you go!

I'll add some more tips if people request them but the above will satisfy most people.