I have web application on TomCat 4.1.18. I am using a couple of images in my application.
I am setting the 'img' tag src property as an absolute path ..like:
file:///E:\folder1\images\sample_logo.gif
I want to use a relative path. How is it possible?
Please indicate if I need to make any configuration changes? OR
Is it only a change in the SRC attribute of IMG tag.
Thanks,
I am setting the 'img' tag src property as an absolute path ..like:
file:///E:\folder1\images\sample_logo.gif
I want to use a relative path. How is it possible?
Please indicate if I need to make any configuration changes? OR
Is it only a change in the SRC attribute of IMG tag.
Thanks,