Hi Experts!
This is my very first experience with html.
I have a file which I created in Visio and which I saved as drawing1.jpg
So I have mentioned above drawing1.jpg file and index.html file as well, which I created with a following syntax:
*****************************************************
<html><head></head>
<body> <img src="drawing1.jpg"> </body>
</html>
*****************************************
Both files were created under the same folder on my PC.
I was able to see darawing1.jpg picture when I clicked my index.html file on my PC.
However when I put my html file to I am unable to view it. Instead I see just an icon with a strange red cross symbol.
What I am doing wrong? Could you please give me a hand?
Thank you in advance.
Irin
This is my very first experience with html.
I have a file which I created in Visio and which I saved as drawing1.jpg
So I have mentioned above drawing1.jpg file and index.html file as well, which I created with a following syntax:
*****************************************************
<html><head></head>
<body> <img src="drawing1.jpg"> </body>
</html>
*****************************************
Both files were created under the same folder on my PC.
I was able to see darawing1.jpg picture when I clicked my index.html file on my PC.
However when I put my html file to I am unable to view it. Instead I see just an icon with a strange red cross symbol.
What I am doing wrong? Could you please give me a hand?
Thank you in advance.
Irin