I recently removed the reference to the master page from the head section
@{
Layout = null
}
After making changes in my CSS:
html {
background-image:url('Images\BGP.jpg');
}
However, I didn't see any changes. Any suggestions would be greatly appreciated.
Thank you!