I develop my sites locally these days which is faster then working on the web. But the drawback is that I have to know a lot about configurations, firewalls etc and to know how to give others axcess in a safe way, Which I don't.
But this is my local url;
http://localhost:8888/sakshin/wp-admin/plugins.php?
In the body, text & links area in ATA I got it
In the css inserts I got it formulated like this;
body,html {
background-image: url(:8888/sakshin/wp-content/themes/atahualpa344/images/backgr.jpg);
background-repeat: repeat-x;
}
Is this of any help?