Pic's in overviews are added via putting a screenshot in the mission folder
then refer to it in the "overview" html.
like this :
-------------------------------------------------------------------------------------------------
<html>
<head>
<title>Overview</title>
</head>
<body>
<br>
<h2 align="center"><a name="Main">YourMissonName</a></h2>
<p align="center"><img src="YourPicHere.jpg" width="170" height="64"></p>
<BR>
<p>
YOURTEXTHERE
<br>
</p>
<br>
</body>
</html>
-----------------------------------------------------------------------
The line of the picture is this one:
<p align="center"><img src="warpic.jpg" width="170" height="64"></p>
or :
Put in your briefing file the code;
<p align="center"><img src="montignac.jpg" width="200" height="160"></p>
Where you can align the picture, Left, Right , Center.
The file name of the image, you can only use jpgs in version 1.3 and later, otherwise you must use a paa, or pac.
The width and height are in pixels (not square kilometers or miles)
200 is as wide as the briefing can fit.
"MyPicture.jpg" is the name of the screenshot ya put in the miss. folder
Read some of the tutes on the subject, m8 - it can take a few hours to get used to if
yer not into html stuff at all.