zenon905 Posted January 24, 2008 Report Share Posted January 24, 2008 How do i let the script know where to find the image on my computer? I put <img src="C:\Documents and Settings\Ben\Desktop\untitled.bmp"> but i get the image cannot be displayed picture. Link to comment Share on other sites More sharing options...
Ingolme Posted January 24, 2008 Report Share Posted January 24, 2008 This is only going to work for you, and not anybody else, but try this:<img src="file:///C:\Documents and Settings\Ben\Desktop\untitled.bmp"> Link to comment Share on other sites More sharing options...
zenon905 Posted January 24, 2008 Author Report Share Posted January 24, 2008 Still doesn't work. Is there something wrong with my code? The image is on my desktop.<html><body><img src="file:///C:\Documents and Settings\Ben\Desktop\untitled.bmp" height=100 width=100></body></html> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now