Is this what you are looking for?This is a picture from one of my sub-forums but you can you it for your main forums!
1.You can use a code like this for a non clickable image,I use imageshack.com to upload my images.So the code below is one of my images!Just insert your image url where the blue code is. The insert the code in the forum description from the admincp.
Code:
<img src="http://imageshack.us/a/img823/7130/1vbt.jpg"
2.This code will give you a clickable image,That makes the image act as a link to the forum.Once again the blue is the link to your image.The red is the forum url.Go to the forum and copy the url then insert that url into the code.The entire code then goes in the forum description in the admincp.
Code:
<a href="http://fataltalentgaminglive.com/forumdisplay.php?153-FTG-oppositeshu"><img border="0" src="http://imageshack.us/a/img194/9223/shuc.jpg" width="500" height="100"></a>
One last thing ,the width and height numbers at the end of the second code will control the size of the image!
Hope this helps!