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
Post a Comment