I have a simple login page and on background i set an image this image displayed when i run the page locally but when going live it does not show
please assist
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nanhe SiddiquePosted May 8, 2015, 1:22 AM
and as per my knowledge remove double dot '..' before image url
Sakthikumar ThanavelPosted May 8, 2015, 3:31 PM
The problem in your image path. First of all verify your path. As your path mention the image present inside the "img" folder that folder is sibling to the page's(HTML Documnet) parent folder.
Adinarayana Reddy JcPosted May 8, 2015, 7:18 AM
remove ".." & try..
Dipankar BiswasPosted May 8, 2015, 1:18 AM
css background image..
body {
background-image: url("paper.gif");
background-color: #cccccc;
}