P
Philip
I have my master page located in my base application virtual directory. I am
also using the same master page from aspx files within lower level
subfolders. To references images from within the master page I am attempting
to use the <img src="~/images...." > notation to force reference of the
image from the base virtual directory..... however this syntax is not working.
The "~/...." syntax works fine for aspx page Register directives.... however
does not work for HTML img/src tags ???
Can someone offer a solution ... so I do not have to use the
"/VirtualDirectory/images...." syntax ? I prefer to use the more adaptive
"~/images...." syntax.
also using the same master page from aspx files within lower level
subfolders. To references images from within the master page I am attempting
to use the <img src="~/images...." > notation to force reference of the
image from the base virtual directory..... however this syntax is not working.
The "~/...." syntax works fine for aspx page Register directives.... however
does not work for HTML img/src tags ???
Can someone offer a solution ... so I do not have to use the
"/VirtualDirectory/images...." syntax ? I prefer to use the more adaptive
"~/images...." syntax.