0
votes
2answers
163 views
Relative Path in master page for img tag
I have a tag in a master page.
I use this master page in many folders. So the src path of the tag should be different for each folder.
Here is my code :
<img src="images/1.gif" />
and I …
