How to save a web page

Danex

Reputable
Mar 21, 2014
44
0
4,540
Well I do know how to save it but when I open it later,most of the pictures are gone and the paragraph disassembled. Can u tell me how to save each and every content of the page and it should be permanent. Is there any app to do so.
 
Solution
You have to upload the images to the location of the website and have it linked based off of the site root.
The typical way to do this is to have a images folder in the site root directory (the root directory is where your home page is, which should be index.html or default.html. Then in your website code you have the img tag linked to the url where the image is located.

We asked for screenshots to see what the website looks like, and also to see your code. Cant really tell you want is wrong with it, if we cant see it.

fudgecakes99

Admirable
Mar 17, 2014
1,766
0
6,160
What are you opening this web page on? If it's on an iphone or other mobile o.s. it's not going to "save" it exactly as it would on a desktop. It'll display it in a mobile form. Unless you specifically change the settings, to display the original desktop version.
 
You need to look at the code in the primary page and find and download the image file(s), the included '.css' file(s) and included '.js' file(s) and possibly adjust paths of each based on where you save them locally relative to the primary page's file.

There really is no easy way to save a web page in its entirety.
 
You have to upload the images to the location of the website and have it linked based off of the site root.
The typical way to do this is to have a images folder in the site root directory (the root directory is where your home page is, which should be index.html or default.html. Then in your website code you have the img tag linked to the url where the image is located.

We asked for screenshots to see what the website looks like, and also to see your code. Cant really tell you want is wrong with it, if we cant see it.
 
Solution