For the record
pics in overview files just have to be streched & scewed right
Then they'll work fine! Here's the details again:
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="
MyPic.jpg" width="170" height="64"></p>
or, if you want another size of the picture :
<p align="center"><img src="montignac.jpg" width="200" height="160"></p>
...Where you can align the picture, Left, Right , Center.
IMPORTANT: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. 200 is as wide as the briefing can fit.
-----------------------------------------------------------------------
See, a JPEG won't do if ya play OFP v_1.01 :-\