Click here to Skip to main content
15,915,093 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am applying the style sheet to the master page with background image. The image is displaying in the normal web page derived from master page but while running the web page, the back ground image is not displayed.

what might be the problem? is there a setting to be made in the browser?
please provide the solution to the problem.
Posted
Updated 12-Aug-11 21:52pm
v2
Comments
Orcun Iyigun 13-Aug-11 3:52am    
Updated for readability.
Orcun Iyigun 13-Aug-11 3:56am    
Do the pages that are not located in the root directory (where the master page is
located) can see the background image and do the Pages that ARE located in the
root directory can?
mottudeepu 13-Aug-11 7:22am    
is that image in App_data folder..?

1 solution

A common problem due to the way the images are referenced relative to the path of the document.

See the Solution 2 to this question here; how to get background image within webpage of subfolder[^]
 
Share this answer
 
Comments
thatraja 14-Aug-11 3:11am    
Agree, 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900