M
matt.grande
Hi all,
I have a user control in the folder MyWebSite/UserControls. It links
to images thusly:
<img src="../Images/logo.gif" />
This works fine for most of my files, as they are in the folder
MyWebSite/SCRSource, however some are in MyWebSite/SCRSource/EditUser.
How can I make the IMG tag work relative to where it is?
Also, should I be using <asp:Image>? How does this work with, for
example, mouseover Javascript that's in the anchor tag?
Thanks,
- Matt.
I have a user control in the folder MyWebSite/UserControls. It links
to images thusly:
<img src="../Images/logo.gif" />
This works fine for most of my files, as they are in the folder
MyWebSite/SCRSource, however some are in MyWebSite/SCRSource/EditUser.
How can I make the IMG tag work relative to where it is?
Also, should I be using <asp:Image>? How does this work with, for
example, mouseover Javascript that's in the anchor tag?
Thanks,
- Matt.