Hi,
I have this code in my templates css:
body {background:url(images/bg.jpg');}
"bg.jpg" is in the images folder directly in my template folder.
When i preview this page in Panic Coda, it shows up fine in local tests.
When I publish it to online, it can't find the file.
I checked the path and it's for some reason duplicated the theme folder.
So instead of being at
http://mysite.com/wp-content/themes/mytheme/images/bg.jpg
it's at
http://mysite.com/wp-content/themes/mytheme/mytheme/images/bg.jpg
Does anyone know why this might be happening?
Actually whats really weird is that when i inspect the source in Panic Coda, it also shows the double them folder error, but it shows it correctly. There is no theme duplicate within my them folder either, so i have no idea why it's finding it there either.
Thanks,
Marc