Click to See Complete Forum and Search --> : How Do I Do...


Red~Ice
01-26-2003, 08:37 AM
screen shots, and make files able to be downloaded?
what would be the code?

Ribeyed
01-26-2003, 08:41 AM
hi red,
sorry but this ain't the kryptonfactor here, can you give more information in regard to what you need to do and which language you need the code in?

Red~Ice
01-26-2003, 09:01 AM
well what i'm doing is designsing and creating templates. so what i want to know is like is it possible i could have like a screenshot, you know just a little picture of what it looks like, and if someone likes it. i would like to know they could download the style.
example for downloads: click here (http://www.phpbb.com/styles/downloads/index.php?t=sub_pages&cat=4)

example for screen shot: click here (http://www.phpbb.com/phpBB/viewtopic.php?t=14334)

Ribeyed
01-26-2003, 09:06 AM
ok you have the picture you want to capture up on your desk top, now press the Print Screen Key on your keyboard, this captures your screen to your clipboard. Next open up a graphics package, this can even be paint. Paste the screen shot into the graphics package, save as gif or jpeg. go to your webpage and put the following code:

<img scr="virtualpathtoimage/image.jpeg">

hope this helps