0

At the head I removed the master page reference

@{
Layout = null
}

in my head css:

 html { 
         background-image:url('Images\BGP.jpg');
}

But nothing changed, can anybody give me some suggestions?

Thanks

1 Answer 1

2

HTTP URLs use forward slashes.

They're also relative to the calling file; you probably want a domain-relative path that starts with /.

Sign up to request clarification or add additional context in comments.

1 Comment

@JuanMendes: Yes; that's what I meant to say. Thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.