can't see the background-image of a master page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a div with a background image in my master page, but I can't see this image in the inherited pages. maybe it happens because the master page and the pages are placed in different directories... what can I do?
Try to specify the background image path using ResolveURL on master page like this src="<%=ResolveUrl("~/images/test.png")%>"