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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -