Hi,
I had a website on my web server at home.
I used to have the following code for images which used to work fine
<img src="images/summerspecial.jpg"
Now I am hosting the website on some hosting company's server. There I don't get my images though I have the same directory structure.
It works If I have it the following way
<img src="
I am just trying to understand, why is that. Why do I need to change the code.
Thanks
I had a website on my web server at home.
I used to have the following code for images which used to work fine
<img src="images/summerspecial.jpg"
Now I am hosting the website on some hosting company's server. There I don't get my images though I have the same directory structure.
It works If I have it the following way
<img src="
I am just trying to understand, why is that. Why do I need to change the code.
Thanks