asp.net mvc 4 - can't add background image for MVC body tag -


i have developed mvc project, want add mvc html body tag background image have added not working.

<body style="background-image:url('../../img/bgb.jpg');"> 

you should test if rule correctly applying or not. so, try define default background-color body.

in case url pic wrong, should produce red background :

background: red url('../your/path_to_image') center center; 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -