How can I download all the code(html and linked css stylesheets) of a website to my computer where I can edit the files and play with it myself? I would like to do this to certain sites. I want to mimick their design.
I have firebug.
Thanks
Sean
How can I download all the code(html and linked css stylesheets) of a website to my computer where I can edit the files and play with it myself? I would like to do this to certain sites. I want to mimick their design.
I have firebug.
Thanks
Sean
Right-click the page you're on and Save As.
However, I wouldn't recommend you do that unless there's a specific technique or idea (like say that on a CSS site) that you want to get more info on. For one thing, you're potentially infringing on IP copyright. For another, mimicking lacks originality.
If I've helped you out in any way, please pay it forward. My wife and I are walking for Autism Speaks. Please donate, and thanks.
If someone helped you out, be sure to "Like" their post and/or help them in kind. The "Like" link is on the bottom right of each post, beside the "Share" link.
My stuff (well, some of it): My bowling alley site | Canadian Postal Code Info (beta)
The problem is that doesn't download all the associate stylesheets.
Did you select that you want a Web Page, Complete when you did it?
If I've helped you out in any way, please pay it forward. My wife and I are walking for Autism Speaks. Please donate, and thanks.
If someone helped you out, be sure to "Like" their post and/or help them in kind. The "Like" link is on the bottom right of each post, beside the "Share" link.
My stuff (well, some of it): My bowling alley site | Canadian Postal Code Info (beta)
Open up the page in Chrome. Go to the menu, choose the menu > tools > view source. If the associated files are accessible, click the link and in the new window or tab, highlight all, copy, paste into your favorite editor and save it locally. wash, rinse, repeat...
WinHTTrack will download everything from a static website (html, css, images, javascript...NO php) then pick a html editor like Dreamweaver and edit away!