Results 1 to 5 of 5

Thread: Saving a Web Page

  1. #1
    Join Date
    May 2010
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Saving a Web Page

    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

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    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:

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

  3. #3
    Join Date
    May 2010
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

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

    Thanks

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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=scree...ient=firefox-a
    Corrections to my coding/thoughts welcome.

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by bosun_ng
    Hello Guys, I have designed about 30 different websites...
    Quote Originally Posted by bosun_ng View Post
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •