Jump to content

How do I put images from my PC without hosting?


Guest PhoenixRanger

Recommended Posts

Guest PhoenixRanger

I just want to ask if there is a way I can put images from my PC without hosting them using HTML?(The HTML file I am going to create is for OFFLINE use)

Link to comment
Share on other sites

I just want to ask if there is a way I can put images from my PC without hosting them using HTML?(The HTML file I am going to create is for OFFLINE use)

Find the image, right-click, open with... pick your browser to open it, copy the url and make your images off line like that... you will still need to use html for it though.
Link to comment
Share on other sites

You do the same exact thing you would do if it were online just get the directory thats on your computer as if it were the host wich in this case it is simply by right clicking and going to properties. :)

Link to comment
Share on other sites

Yes, you can use images if you are simply accessing the html offline. Just put the image file in the same folder as your html file and reference it.<img src="haha.jpg">Or give the whole path,<img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\Sunset.jpg">etc

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...