Search results

  1. J

    Help please with HTML Notepad image?

    Browser not able to find the image in the specified path. In your case image file should reside in the same html directory. that's why you see torn paper. ex. <html> <head> </head> <body> <div> <img width=256 height=192 id="Picture 0" src="C:/image001.jpg" alt="Blue hills.jpg"> </div> </body>...
  2. J

    Help please with HTML Notepad image?

    Browser not able to find the image in the specified path. In your case image file should reside in the same html directory. that's why you see torn paper. ex. <html> <head> </head> <body> <div> <img width=256 height=192 id="Picture 0" src="C:/image001.jpg" alt="Blue hills.jpg"> </div> </body>...
  3. J

    Help please with HTML Notepad image?

    Browser not able to find the image in the specified path. In your case image file should reside in the same html directory. that's why you see torn paper. ex. <html> <head> </head> <body> <div> <img width=256 height=192 id="Picture 0" src="C:/image001.jpg" alt="Blue hills.jpg"> </div> </body>...
Back
Top