just successfully imported a db from a real website to my local website. the problem is, the localhost/mysite doesn t display the template. i m thinking it might be a problem of the URL while importing. The settings in the configuration are also correct. Now in my CSS if i want to point it locally, is this correct: or do I have to eliminate the C:/ ? Appreciate for your help
.product #header {
background: url( c:/xampp/htdocs/mysite/assets/templates/mysite/css/images/header_.jpg ) no-repeat left;
}
Is this the correct way to write the path locally? Thanks