Forum Moderators: open
I would like to ask a very basic question relating to the image path.
I tried accessing this path <img src=\"icon-alert.gif\"/> but it needs the whole path which is:
Images/Icons/Icon-alert.gif
I simple tried putting it in there but it wouldn't work
Any help will be highly appreciated. Thanks.
Short answer:
<img src="Images/Icons/Icon-alert.gif">
That's assuming there is an Images folder in the same directory as the HTML file (or the <base>).