I'm looking at this .xml file that is within a .aspx website that I took over.
Here is some example code of what I'm looking at:
<Product ImageUrl="Ad_dress.jpg" Url="DefaultUrl"></Product>
What I want to do is add an alt tag to the image. How do I do this?