Log in

View Full Version : Saving a Web Page



bosun_ng
05-07-2010, 06:36 PM
Hello Guys, I have designed about 30 different websites and I want to have these websites on my Company Website, I just don't want to put the links, I want to have the Websites as Pictures on my website,

I hope you understand what I mean,

Please advise me.

Thanks

info.prodigyuniverse@gmail.com

traq
05-07-2010, 08:46 PM
just pictures of what the sites look like?

go to the site and take a screen capture ( [PrtScr] key or whatever is on your keyboard), copy the image to a graphics program and save it, then upload it to your site and add an image tag on the site where you want to display it:


<img src="/path/to/screencap.jpg" alt="screen shot of website's home page" width="800px" height="600px">

bosun_ng
05-10-2010, 03:50 PM
I don't understand how it works... can you please explain better.

Thanks

bluewalrus
05-10-2010, 03:56 PM
Load your page.
Do a screen shot ( apple/command + shift + 4, on a mac) of the page then trim it down to show what you want.
Upload the image to your server.
Link the image on your page (<img src="imagename.jpg" alt="Name" />).
Add any styling you want.


More info: http://en.wikipedia.org/wiki/Screenshot

http://www.google.com/search?q=screenshot&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

traq
05-10-2010, 08:38 PM
Hello Guys, I have designed about 30 different websites...

I don't understand how it works... can you please explain better.

Thanks

Maybe I'm not understanding what you're trying to do. Am I correct that you want to take a picture of another website and place it on your website?

I'm not sure how much more simply I can explain how to take a screenshot... Designing websites is far more complicated than taking a screenshot; it seems odd that you would even need directions in the first place.