Home   Help Search Login Register  

Author Topic: Overview picture  (Read 415 times)

0 Members and 1 Guest are viewing this topic.

Ilkka

  • Guest
Overview picture
« on: 02 Jan 2003, 23:21:27 »
How can i take picture from OFP and put it into overview.

_hammy_

  • Guest
Re:Overview picture
« Reply #1 on: 03 Jan 2003, 01:35:27 »
press "print screen" then go into windows paint and press ctrl+v

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Overview picture
« Reply #2 on: 03 Jan 2003, 02:46:07 »
and then resize it to the power of 2 (256*256) and save it as a .jpg put it in your mission folder and edit your overview so it looks like this

<html>
<head>
<title>Overview</title>
</head>
<body>
<p align="center"><img src="picturename.jpg" width="170" height="150"></p>
</body>
</html>


you'll need to adjust the width and height I just made that up.

Ilkka

  • Guest
Re:Overview picture
« Reply #3 on: 03 Jan 2003, 11:31:20 »
When i press CTRL+v and resize the picture, old big picture is under my resized picture. When i save the picture it`s size it 1024x768.