Just a general question for inserting images to a page:
which is better/what are the benefits and drawbacks to inserting images via each of the following ways?
Filesystem of my server:
<img src="frontimages/mailtop.gif">
OR is it better to use the URL to the image on the server:
<img src="
What is the best for performance? Security? -or does it not really make any difference whatsoever?
Thanks in advance for all of your responses.
Gary
which is better/what are the benefits and drawbacks to inserting images via each of the following ways?
Filesystem of my server:
<img src="frontimages/mailtop.gif">
OR is it better to use the URL to the image on the server:
<img src="
What is the best for performance? Security? -or does it not really make any difference whatsoever?
Thanks in advance for all of your responses.
Gary